﻿/*  start  */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #870e00;
	font-size: 12.5px;
}

#nav a
{
	color: #f3ebd0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#nav a:hover
{
	color:#000210;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#nav
{
	color: #f3ebd0;
}

a.red
{
	color: #870e00;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

a.red:hover
{
	color:#000210;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

a.brightred
{
	color: #9a1e0f;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}

a.brightred:hover
{
	color:#000210;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

a.white
{
	color: #f3ebd0;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

a.white:hover
{
	color:#000210;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

#footer
{
	color:#f3ebd0;
}

#home-text span
{
	font-size: 11px;
}









/* end  */