body{
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a:link       {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
a:visited    {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
a:hover      {
	color: #00008B;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF99;
}
a:active     {
	color: #00008B;
	font-weight: bold;
	text-decoration: none;
}
h1           {
	color: #FFCC33;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h2           {
	color: Red;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3           {
	color: Red;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h4
{
	color: Red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5
{
	color: Red;
	; font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h6
{
	color: #FF0066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	color: Red;
	line-height: normal;
	font-variant: normal;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
hr {
	width: 80%;
	color: #FFcc33;
	
}
.marquee {
	font-size:18px;
	color: #000000;
}
