


div.index
{
	text-align: center;
	color: black;
	font-size: xx-small;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

img 
{
	border: 1px black solid
}

a:link
{

	color: black;
	text-decoration: none;
}

a:visited
{

	color: black;
	text-decoration: none;
}

a:hover
{
	color: white;
	background-color: black;
}

