﻿body {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	background-image: url('../fortend-images/hatter1.jpg');
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #CCCCCC;
}
p {
	text-align: justify;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #333333;
	line-height: 17px;
}
a {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
}
li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
marquee {
	color: #666666;
}
blockquote {
	background-color: #F8BB09;
	padding: 10px;
	margin: 0px;
	text-align: justify;
	line-height: 17px;
}




