P  {
	font-family : Verdana;
	color : Black;
}

H1  {}

H2  {}

H3  {}

A  {
	color : Green;
}

A:Visited  {
	color : Green;
}

A:Active  {
	color : Green;
}

A:Hover  {
	color : Lime;
}

BODY  {
	color : Black;
	background-color : White;
}

.title  {
	color : Green;
	font-family : Verdana, sans serif;
	font-size : xx-large;
	padding : 30px;
	text-align : center;
}

.links  {
	margin-left : 10px;
}

 #choices a  {
	text-decoration : none;
}

