/* CSS Document */

a.menu:link {background: #000000;  text-decoration: none; color:#ffffff}
a.menu:visited {background: #000000;  text-decoration: none; color:#CCFFCC}
a.menu:active {background: #000000;  text-decoration: none; color:#CCFFCC}
a.menu:hover {background: #000000;  color: #FF000;}

.bigGreen {
	font-family: Verdana;
	font-size: 52;
	color:#003366;
}
.mediumGreen {
	font-family: Verdana;
	font-size: 20;
	color:#003366;
}
.Underline_mediumGreen {
	font-family: Verdana;
	font-size: 20;
	color:#003366;
	text-decoration: underline;
}
.smallGreen {
	font-family: Verdana;
	font-size: 16;
	color:#003366;
}

.verysmallGreen {
	font-family: Verdana;
	font-size: 11;
	color:#003366;
}
	
.underline_verysmallGreen {
	font-family: Verdana;
	font-size: 11;
	color:#003366;
	text-decoration: underline;
}

.36Blue {
	font-familiy:Arial Black;
	font-size: 36;
	color:#000080;
	}
	
.bigBlue {
	font-familiy:Arial Black;
	font-size: 48;
	color:#000080;
	}
	
.smallboldBlue {
	font-familiy:Arial Black;
	font-size: 20;
	text-decoration: heavy;
	color:#000080;
	}
	
.smallBlue {
	font-familiy:Arial Black;
	font-size: 20;
	color:#000080;
	}
	
.40Red {
	font-familiy:Arial Black;
	font-size: 40;
	color:#ff0000;
	}
	
.bigRed {
	font-familiy:Arial Black;
	font-size: 48;
	color:#ff0000;
	}

.mediumRed {
	font-familiy:Arial Black;
	font-size: 26;
	color:#ff0000;
	}
	
.smallRed {
	font-familiy:Arial;
	font-size: 20;
	color:#ff0000;
	}
	
.smallboldRed {
	font-familiy:Arial;
	font-size: 20;
	text-decoration: heavy;
	color:#ff0000;
	}
	
.smallblack{
	font-familiy:Arial;
	font-size: 20;
	color:#000000;
	}
	
.smallboldBlack{
	font-familiy:Arial;
	font-size: 20;
	text-decoration: heavy;
	color:#000000;
	}
	
.Comic{
	font-family:"Comic Sans MS", cursive;
	font-size:24;
	color:#063;
}
