﻿p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	text-align: justify;
	font-size: large;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	text-align: justify;
	font-size: large;
}
h6
{
	font-size: xx-small;
	font-weight: normal;
}
h3
{
	font-size: large;
	color: #000080;
	font-weight: bold;
}
h2
{
	font-size: x-large;
	color: #800000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000080;
	text-align: center;
}
a:link
{
	border: thin #800000;
	color: #CC9900;
	text-decoration: none;
}
a:visited
{
	color: #CC9900;
	text-decoration: none;
}  
a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC9900;
}
a:active 
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC9900;
}
img
{
	border: none;
}
#gallery
{
	margin:auto; 
	text-align:center;
}
#container
{
	top: 0px;
	width: 650px;
	margin: auto;
	position: static;
}
#header
{
	font-size: x-large;
	font-weight: normal;
	border-bottom-color: #C0C0C0;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	text-align: center;
	position: relative;
}
#content
{
	background: url('background.jpg') no-repeat center;
	padding: 5px;
}
#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #C0C0C0;
	font-weight: normal;
	border-top-color: #C0C0C0;
	border-top-style: dotted;
	border-top-width: thin;
	text-align: center;
}
