a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	
	color: rgb(0,0,102);
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}

h1
{
	color: #0089BC;
}
h2
{
	color: #0089BC; 
}
h3
{
	color: #E85426;
	font-size:16px; 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}

.logo1
{
	position:absolute;
	top:100px;
	left:5px;
	width:120px;
	float:left;
}

.logoright
{
	position:absolute;
	top:90px;
	left:570px;
	width:130px;
	float:right;
}
.main
{
	position:absolute;
	top:100px;
	left:200px;
	width: 300px;
	
}
.team
{
	color:#E85426;
}
