﻿*
{
	padding:0;
	margin: 0;
}

body
{
font-family:Verdana;
font-color:#686868;
}

p
{
	
	color: #686868;
	font-family:Verdana;	
	font-size: 12px;
	line-height:1.4em;
        margin-bottom:10px;

}
h1
{
	font-size:130%;
	font-weight:normal;
	color:#686868;
        margin-top:0px;
        margin-bottom:15px;
	
}
h2
{
	font-size:110%;	
	font-weight:normal;
	color:#686868;	
	margin-top:25px;
	margin-bottom:10px;
}

h3
{
	font-size:70%;	
	font-weight:normal;
	color:#686868;	
	
}

a:link 
{ 
color:686868;
text-decoration: none;
}

a:hover 
{ 
color:f32424;
text-decoration: none;
}

a:visited 
{
text-decoration: none;
}

a:active
{ 
text-decoration: none;
}


ul
{
	list-style-position:outside;
	list-style-type:none;