a:link
{color:#00c;text-decoration:none;background-color:transparent;}
a:visited
{color:#009;text-decoration:none;background-color:transparent;}
a:hover
{text-decoration:underline;background-color:transparent;}
a:active
{color:#f00;text-decoration:underline;background-color:transparent;}

body
{
	font-family: verdana, arial;
	font-size: 10pt;
	margin-top:0;
	
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, arial;
}
h1
{
	
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	font-family:Arial;
	color:#0000cc;
	font-size:10pt;
	text-align:center;
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	font-family:Verdana;
	color:Red;
	font-size:10pt;
}
h6
{
font-size:12pt;
	font-family: Arial;
	color:Maroon;
	text-align:center;
}

#marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

