/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-style: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-style: bold;
}

H1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	font-style: bold-italic;
}

td.copyright {
	font-size: 10;
}




A:link {
font-size: 12;
color: #000066;
text-decoration:underline;
font-weight: bold;
}
A:hover {
font-size: 12;
color: #993333;
text-decoration:none;
font-weight: bold;
} 
A:visited {
font-size: 12;
color: #000066;
text-decoration:underline;
font-weight: bold;
}
A:hover {
font-size: 12;
color: #993333;
text-decoration:underline;
font-weight: bold;
}



A.nav:link {
font-size: 12;
color: #000000;
text-decoration:none;
font-weight: bold;
}
A.nav:hover {
font-size: 12;
color: #006666;
text-decoration:none;
font-weight: bold;
} 
A.nav:visited {
font-size: 12;
color: #000000;
text-decoration:none;
font-weight: bold;
}
A.nav:hover {
font-size: 12;
color: #006666;
text-decoration:none;
font-weight: bold;
}

A.side:link {
font-size: 12;
color: #006666;
text-decoration:none;
font-weight: bold;
}
A.side:hover {
font-size: 12;
color: #000000;
text-decoration:none;
font-weight: bold;
} 
A.side:visited {
font-size: 12;
color: #006666;
text-decoration:none;
font-weight: bold;
}
A.side:hover {
font-size: 12;
color: #000000;
text-decoration:none;
font-weight: bold;
}
