body{
margin: 0 auto;
padding: 0;
font-size: 100%;
font-family: arial, helvetica, sans-serif;
background: #fff;
}
#content
{
margin: 0 auto;
text-align:center;
background: url(images/intro2.png);
width: 750px;
height:650px;
}
#content1
{
margin: 0 auto;
text-align:center;
width: 750px;
height:auto;
}
		

		
a {
	text-decoration:none;
	color: #000;}
	
a:link {
	color: #0072bc;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
}
 
a img{
	border:none;
}

marquee{
	margin-left: 5em;
	margin-right: 5em;
}


