@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "trebuchet MS", "century gothic", verdana, "sans serif;";
	font-size: 13px;
	color: #333333;
        background-color: #ffffff;
}

p
{
color:#5c5c5c;
font-size:13px;
font-family:trebuchet MS, century gothic, verdana, sans serif;
}
.copyright {
	font-family: "trebuchet MS", "century gothic", verdana, "sans serif";
	font-size: 11px;
	color: #FFFFFF;
}


h1 {
	font-family: "trebuchet MS", "century gothic", verdana, "sans serif;";
	font-size: 22px;
	font-style:italic;
	color: #333333;
	text-decoration: none;
}

a
{
text-decoration:none;
color: #C00000;
font-family:trebuchet MS, century gothic, verdana, sans serif;
}

a:hover
{
color: #6B2209;
text-decoration: none;
}