﻿@import url('layout.css');
a {
	color: #808080;
	text-align: center;
}
a:visited {
	color: #808080;
}
a:active {
	color: #808080;
}
a:hover {
	color:#CC3300
}
body
{
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	background-color: #1F1F1F;	
}
.content  {
	background-color: #FFFFFF;
	color: #13181e;
	font-size: small;
	line-height: 21px;
	width: 100%;
}
.div_content {
	padding: 0px 20px 20px 20px;
}
.content a:visited {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
.content a:link {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
.content a {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #C0C0C0;
	text-decoration: underline;
	font-weight: bold;
}
.noborder {
	border:0px;
	
}
.content a:hover {
	color: #C0C0C0;
	text-decoration: underline;
	font-weight: bold;
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(204, 51, 0);
	text-align: center;
}
h4
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(192, 192, 192);
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(204,51,0);
	text-align: center;
}
h1
{
	font-family: Verdana, Arial, Helvetica;
	color: #CC3300;
}
li
{
	text-decoration: none;
	text-align: left;
	color: gray;
	font-size: small
}