h1, h2
{
    font-size: 14px;
	font-family:  Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}

h2
{
	font-size: 14px;
}

h3, h4
{
    font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 4px;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 10px;
	font-family:  Verdana, Arial, sans-serif;
	font-weight: normal;
 color: #607080;
}


a:link, a:visited
{
	color: #A52A2A;
	border-bottom: 1px solid #A52A2A;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}


.one{ background-color: #e0e0e0; } 
.two{ background-color: #cccccc; } 

.l2{ 
color: #cccccc;
text-decoration: none;
background-color: #00ffff; } 

a:hover
{
	color: #607080;
	border-bottom: 1px solid #607080;
	text-decoration: none;
}

li
{
	line-height: 160%;
}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}

