
body 
{
    margin: 10 10 10 10;
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    background-color: #ffffff;
}


h1 
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.feature
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.bold 
{
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}


td {
	font-size: 11px;
}

.reverse 
{
	color: #FFFFFF;
}