/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/
body {
	font-family: arial, helvetica, sans-serif;
	font-size :12px;
}


A:link {
	text-decoration: underline;
}

 A:visited {
	text-decoration: underline;
	}

A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
}
 
/* This will effect the tds of the page*/

td {
	font-family: arial, helvetica, sans-serif;
	font-size :12px;
}


A:link {
	text-decoration: underline;
}

 A:visited {
	text-decoration: underline;
	}

A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #35d9f1;
}

.topnav {
	font-family: "Myriad Pro";
	color: #FFFFFF;
	font-weight: bold;
}

