@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.mcyaheader {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	color: #FFFF00;
}
.menustyle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	font-size:small
	}
.historytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCFF99;
	}

body {
	background-color: #333333;
	color:#CCFF99;

}
.superscript {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCFF99;
	font-size:small
	}
.header_text_small {
	font-size: x-small;
	color: #666666;
}

