body {background:#ffffff;
	  margin-top:20}

a:link {text-decoration:none;
		color: #400080;
		background:#ffffff}

a:active {text-decoration:underline;
		  color:#7fff00;}

a:visited {text-decoration:none;
		   color:red;}

a:hover{text-decoration:underline;
		color:#7fff00;
		backgound-color:black;}

h1 {font-weight:bold;
	text-align:center;
	color:green;
	background:#ffffff;
	font-family:arial, sans serif}

h2 {font-weight:bold;
	text-align:center;
	color:blue;
	background:#ffffff;
	font-family:mscomic, sans serif, arial}
