body
{
	background-color: #000;
	background-image: url(../images/backgroud.jpg);
	background-repeat: repeat-y;
}

p, h1, h2, h3, h4, h5, h6, caption
{ font-family: Georgia, Times, serif;
	co
}

p
{ color: white; font-size: 16px; line-height: 21px; margin: 0; }

h1
{ color: #c00; font-size: 24px; font-weight: bold; text-align: left; text-transform: inherit; margin-bottom: 0; }

h2
{ color: white; font-size: 20px; font-weight: bold; text-align: left; text-transform: inherit; margin-top: 0; }
h3 { color: #c00; font-size: 16px; line-height: 21px; margin-top: 21px; margin-bottom: 0; }
.caption
{
	font-size: 12px;
	line-height: 16px;
	margin: 40px 0 0 0;
}


a:link
{ color: #c00; font-weight: bold; text-decoration: none; }

a:visited
{ color: #900; font-weight: bold; text-decoration: none; }

a:hover
{
	color: black;
	text-decoration: none;
	background-color: #c00;
}

