/* CSS Document */
a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	
}
.c {
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 14px;
color:#CCCCCC; }

.p
{
vertical-align:top;
}

h1,h2,h3,h4
{
font-family:verdana;
font-size:16px;
color:#009900;
margin: 0 0px;
}

p,li
{
font-family:tahoma;
font-size:14px;
margin: 0 0px;
}

