a:link
{
	color: rgb(93,63,145); 
}
a:visited
{
	color: rgb(96,63,145); 
} 
a:active 
{
	color: rgb(255,0,0);
}
a:hover
{
	color: rgb(255,0,0);
	}
body
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(96,63,145);
	background-color: rgb(255,255,255);
}

h1
{
	font-family: Trebuchet MS,Times New Roman, Times;
	color: rgb(0,185,79);
}
h2
{
	font-family: Trebuchet MS,Times New Roman, Times;
	color: rgb(0,185,79); 
}
h3
{
	font-family: Trebuchet MS,Times New Roman, Times;
	color: rgb(0,185,79); 
	margin: 5px auto;
	
}
h4
{
	font-family: Trebuchet MS,Times New Roman, Times;
	color: rgb(96,63,145);
	text-align: centre;
}
h5
{
	font-family: Trebuchet MS,Times New Roman, Times;
	color: rgb(0,185,79);
	
}
.border
{
	position:absolute;top:150px; 
	width: 100%;
	font-family: Trebuchet MS,Times New Roman, Times;
	color: rgb(0,185,79);
	background-color: purple;
	padding:5px 50px 5px 50px;
}