/* CSS Document */


h3 {font-family: Arial, Helvetica, sans-serif}
h4 {font-family: Arial, Helvetica, sans-serif}
p {font-family: Arial, Helvetica, sans-serif}
p.sansserif {font-family: Arial, Helvetica, sans-serif}
td{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7F50;
	font-size: 18px;
}

body {
	background-image: url(orngfade5.gif);
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #9999CC;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}


h1 {font-size: 150%}
h2 {font-size: 130%}
h3 {font-size: 16}
h4 {font-size: 16}
p {font-size: 100%}
h1 {font-style: italic}
h2 {font-style: normal}
h3 {font-style: normal}
h4 {font-style: Arial}
p {font-style: Arial}


h1 {color: #ff7f50}
h3 {color: #8B0000}
p {color: rgb(0,0,255)}

 
table {border-color:#009900} 

