body			
{
	background-color: #DDD;
	text-align: center;
}

h1, h2, h3, h4, h5
{
	color: #000;
	font-family: arial, sans-serif;
	font-weight: bold;
}

h1, h2	
{
	font-size: 16px;
	line-height: 20px;
}

h3			
{
	font-size: 14px;
	line-height: 16px;
}

h4			
{
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

h5			
{
	color: #336;
	font-size: 12px;
	line-height: 16px;
}

p, ul, li			
{
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link, a:visited			
{
	color: #333;
	text-decoration: underline;
}
a:hover, a:focus, a:active			
{
	color: #000;
	background-color: #EDF3FF;
	text-decoration: underline;
}
