* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 12px;
	color: #333333;
}

h1 
{
    font-size: 26px;
    color: #ff1f1f;
	margin: 0 0 10px 0;
}

h2 
{
    font-size: 22px;
    color: #ff1f1f;
    margin: 10px 0 5px 0;
}

h3 , h3 * 
{
    font-size: 18px;
    color: #ff1f1f;
    margin: 10px 0 5px 0;
}

h4 , h4 * {
    font-size: 14px;
    font-weight: bold;
    color: #bb9447;
    margin-bottom: 5px;
    font-style: italic;
}

.top10 {
	margin-top: 10px;
}

#content p {
	margin: 0 0 10px 0;
}

a:hover {
	color: #0099CC;
}
	
	
