/* CSS Document */

h1 {
	font-size: 16px;
	color: #339900;
	font-family: serif;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}

h2 {
	font-size: 12px;
	color: #FF9900;
	font-family: serif;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	font-size: 12px;
	color: #FF6600;
	font-family: serif;
	border: 1px dotted #FF6633;
	padding: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	color:#FF9900;
	font-family: serif;
	font-weight:normal;
	font-size:19px;
	text-decoration:none;
	padding: 5px;
	margin: 5px;
   }
   
   body {
	margin-top: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #000000;
}

.footer {
	text-decoration: none;
	font-variant: normal;
	background-color: #363636;
	background-image: url("images/footer.jpg");
}
.menu, .menu a:link, .menu a:visited, .menu a:active {
	font-family: serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding: 5px;
	cursor: crosshair;
}

.menu a:hover {
	font-family: serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#CCCCCC;
	
}

a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

