/* ######### psuedo classes will make links behave in a specific way ######### */


.left_nav {
	padding-top: 1px;
	border-bottom: 1px solid #000000;
}

.left_nav A {
	color: #000000;
	text-decoration: none;
}

.left_nav A:visited {
	color: #000000;
	text-decoration: none;
}

.left_nav A:link {
	color: #000000;
	text-decoration: none;
}

.left_nav A:hover {
	color: #000000;
	text-decoration: underline;
}

.left_nav A:active {
	color: #000000;
	text-decoration: underline;
}


/* ######### make outgoing menu links look a little diff ######### */

.left_nav_other_sites {
	padding-top: 1px;
	border-bottom: 1px solid #000000;
}

.left_nav_other_sites A {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.left_nav_other_sites A:visited {
	color: #000066;
	text-decoration: none;
}

.left_nav_other_sites A:link {
	color: #000066;
	text-decoration: none;
}

.left_nav_other_sites A:hover {
	color: #000066;
	text-decoration: underline;
}

.left_nav_other_sites A:active {
	color: #000066;
	text-decoration: underline;
}

a:visited   {color: white; font-family: "Comic Sans MS"; font-weight: normal;}
a:link {color: white; font-family: "Comic Sans MS"; font-weight: normal;}
a:link:active   {color: white; font-family: "Comic Sans MS"; font-weight: normal;}
a:link:hover   { color: #800000; font-family: "Comic Sans MS"; font-weight: normal;}
A {font-family: "Comic Sans MS"}



body { 
color: white; 
font-style: normal; 
font-weight: normal; 
font-size: 14px; 
font-family: "Comic Sans MS"; 
text-decoration: none; 
background-color: #0072C6;
scrollbar-base-color:#0072C6;
}

H2 { font-family: "Comic Sans MS"; color: white }


TD {
	font-family: comic sans ms;
	font-size: 14px;
}


