a:visited
{
	color: White;
	text-decoration: none;
	font-family: arial;
	font-size : 12px;
}

a:link
{
	color: Yellow;
	text-decoration: none;
	font-family: arial;
	font-size : 12px;
}

a:hover
{
	color: lime;
	text-decoration: underline;
	font-family: arial;
	font-size : 12px;
}

a:active
{
	color: Maroon;
	text-decoration: none;
	font-family: arial;
	font-size : 12px;
}
body{
	background-color : #2065D4;
}
mail{
	color: blue;
	text-decoration: none;
	font-family: arial;
	font-size : 12px;
}