body {
	background-color: #FFFFFF; 
	font-family: Arial;
	color: darkblue;
	size:1;
}


h1 { 
	color:red;
	font-style:italic;
	font-size:16 pt;
}

h2 { 
	color:red;
	font-size:12 pt;
}

h3 {
	color:green;
	font-size:12 pt:
}

h4 {
	color:#336699;
	font-size:16 pt:
}
ul li {
	list-style-type:square;
}

.maintext {
	font-size: 14px;
	color: #336699;
}

.pageheader {
	font-size: 18px;
	background-color: #3399CC;
	color: #CC3300;
}

.hotnews {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: red;

}

.navtext {
	background-color: #99FFCC;
	color: #FF6600;
}

a:link {
	font-size: 14px;
	color: #FF6600;
	border-bottom: 2;
	text-decoration: none;
} 
a:visited {
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;

} 
a:hover {
	font-size: 14px;
	color: #FFFF33;
	background-color: #3399CC;
	text-decoration: none;

} 
a:active {
	font-size: 14px;
	color: red;
	text-decoration: none;
	font-size: 14px;
}
	
#navigation a {
	text-decoration: none;
	display:block;
	}



	

