A:link, A:visited, A:active 
	{ 
	color: blue;
	font-size: 12px;
	text-decoration: underline;
	}
	
A.nav:link, A.nav:visited, A.nav:active 
	{ 
	color: white;
	font-size: 12px;
	text-decoration: none;
	}
	
A.nav:hover 
	{ 
	color: white;
	font-size: 12px;
	text-decoration: underline;
	}
	
A.navOn:link, A.navOn:visited, A.navOn:active 
	{ 
	color: yellow;
	font-size: 12px;
	text-decoration: none;
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: white;
	font-size: 10px;
	text-decoration: none;
	}

A.trends:link, A.trends:visited
	{ 
	color: blue;
	font-size: 10px;	
	text-decoration: none;
	}
	
A.trends:hover
	{ 
	color: blue;
	font-size: 10px;	
	text-decoration: underline;
	}


BODY
	{
		font-family: arial;
		color: black;
		font-size: 12px;
		background: #cccccc;
		margin-top: 0px;
		margin-bottom: 0px
	}
	
TD, P 
	{ 	
		color: black;
		font-family: arial;
		font-size: 12px;
	}
	
h1
	{ 	
		font-family: Times;
		color: #003366;
		font-size: 25px;
		font-weight: normal;
		margin-top: 0px;
	}
	
h2
	{ 	
		font-family: arial;
		color: #003366;
		font-size: 12px;
		font-weight: bold;
	}
	
h3
	{ 	
		font-family: Times;
		color: #003366;
		font-size: 35px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
.news
	{ 	
		color: #336699;
		font-family: verdana;
		font-size: 12px;
	}
	
.navWidth
	{ 
	color: white;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
	text-align: center;
	}

.trends
	{ 
	color: #034485;
	font-size: 12px;
	text-weight: bold;
	text-decoration: none;	
	}
	

.white
	{ 
	color: white;
	font-size: 12px;
	text-decoration: none;
	width: 20px;
	text-align: center;
	}
	
.li2
	{ 
	margin-bottom: 10px
	}