a:link {
	color: rgb(50,50,200);
}

a:hover {
	background : rgb(255,222,222);
	color: rgb(200,50,50);
	}

a:active {
	color: Blue;
}

a:visited {
	color: rgb(128,0,250);
}

body {
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,222,222);
	color: rgb(0,0,100);
}
