/* CSS Document */

/* body styles */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 90%;
	font-weight:bold;
	color:#333333;
}

h2 {
font-size: 80%;
color:#666666
}

p {
	font-size: 65%;
	color:#990000;
}

a:link, a:visited
{
	
	font-size: 110%;
	color: #333333;
	text-decoration: none;
}


a:active, a:hover
{
	color: #666666;
}

.yell {
	color: #333333;
}

li {
font-size: 65%;
color:#990000;
}



.darken {
font-size: 90%;
	color: #000000;
	font-weight:bold;
}
