﻿a:link, a:visited, a:active
{
	text-decoration:none;
	color:#0066CC;
}

a:hover
{
	text-decoration:underline;
}

body 
{
	margin:15px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
}

.title
{
	font-size:18px;
	font-weight:bold;
	color:#CC0000;	
}

hr
{
	height:1px;
	color:#999;
}

.footer
{
	color:#999;	
}

