@charset "utf-8";
/* CSS Document */

/* List of colors used */
	/* Dark blue: #0000CD = 0,0,205 */
	/* Light blue: #CCECFF = 204,236,255 */
	/* Orange: #FFB30B = 255,179,11 */
	/* Red: #FF0000 = 255,0,0 */

body {
	background-color: #FFBF00;
}

div.menu_text {
	color: #FFB30B;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight: bold;
}

div.menu_text:hover {
	color: #CCECFF;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight: bold;
}

div.page_title {
	color: #FF0000;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 180%;
}

div.page_subheading {
	color: #FF0000;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 150%;
}

div.page_subheading_c {
	color: #FF0000;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 150%;
}

div.page_subheading_blue {
	color: #0000CD;
	font-family: "Comic Sans MS", cursive;
	font-size: 150%;
}

div.page_title_c {
	color: #FF0000;
	text-align: center;
	font-family:"Comic Sans MS", cursive;
	font-size: 180%;
}

div.page_text {
	color: #0000CD;
	font-family: "Comic Sans MS", cursive;
	text-align: justify;
}

div.page_text_c {
	color: #0000CD;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}

div.page_text_red {
	color: #FF0000;
	font-family: "Comic Sans MS", cursive;
	text-align: justify;
}

p.page_text {
	color: #0000CD;
	font-family: "Comic Sans MS", cursive;
	text-align: justify;
}

a.dark_blue {
	text-decoration: none;
	color: #0000CD;
}

a.dark_blue:hover {
	text-decoration: none;
	color: #FFB30B;
}

a.light_blue {
	text-decoration: none;
	color: #CCECFF;
}

a.orange {
	text-decoration: none;
	color: #FFB30B;
}

a.red {
	text-decoration: none;
	color: #FF0000;
}

a.red:hover {
	text-decoration: none;
	color: #FFB30B;
}

a.bland {
	text-decoration: none;
}

a.image_link {
	color: #0000CD;
}

.image_blue {
	border-color: #0000CD;
}

.image_light_blue {
	border-color: #CCECFF;
}