a:link, a:visited, a:active { 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none; 
} 

a:hover { 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline; 
}

a.nav:link, a.nav:visited, a.nav:active { 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none; 
} 

a.nav:hover { 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #666699; 
}

body { 
	color: #FFFFFF; 
	background-color: #666699; 
	margin: 0px; 
}

p, blockquote, li, td, th, div { 
	color: #FFFFFF; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 14px;
}

h1 { 
	font-size: 1.6em;
	color: #FFFFFF; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
} 

h2, h3, h4, h5, h6 { 
	font-size: 1.3em;
	color: #FFFFFF; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
} 

.nav { 
	color: #FFFFFF; 
} 

