body{
	margin: 0;
	background-color: white;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-position: top;	
}

.links{
	font-family: "Verdana", "Arial";
	font-size: 10pt;
	font-weight: bold;	
}

.main{
	font-family: "Verdana", "Arial";
	font-size: 10pt;
}

.heading{
	font-family: "Viner Hand ITC", "Verdana", "Tahoma";
	color: green;
	font-size: 18pt;
	font-weight: bold;
}

a:hover{
	color: red;
	text-decoration: none;
}

a:visited{
	color: black;	
}