h1, h2
{
margin-top: 10px;
margin-bottom: 30px;
    font-size: 36px;
	font-family:  Verdana, Arial, sans-serif;
	color: #d81f21;
	font-weight: normal;
text-transform: uppercase;
}

h2
{
	font-size: 13px;
}

h3, h4
{
    font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color:  #d81f21;
	font-weight: bold;
}

h4
{
	font-size: 11px;
}

a:hover
{
        font-weight: bold;
}

a:link
{
	color: #d81f21;
}
a:visited
{
	color: #d81f21;
}

li
{
	/line-height: 160%;
}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}
