.index {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {text-decoration:none; color:#FFFF00}
a:visited{text-decoration:none; color:#FFFF00}
a:hover {border: solid 3px #000000; text-decoration:underline;  background-color: #003399; }

/*   Sets the default font to the text body
	 Adds a fixed background with no repetition.
*/
body {
	
	background-image: url(images/background.gif); 
	background-color:#F9F400;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.menu
{

	font-family: "Comic Sans MS", arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#FFFF00;
	padding-left: 5px;	
}

.text
{
	font-family: "Comic Sans MS", arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#0031B5;
}

.title
{
	font-family: "Comic Sans MS", arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0031B5;
}

