a:link 
{
	color: #9900FF;
	text-decoration: none
}
a:visited 
{
	color: #9900FF;
	text-decoration: none
}
a:hover 
{color: white;
	background-color: grey;
	text-decoration: underline
}
a#greenlink:link
{
	color: green
}
a#greenlink:visited 
{	
	color: green
}
a.requestlink:link
{
	color: #000000;
	text-decoration: underline;
}
a.requestlink:visited
{
	 color: #000000;
	text-decoration: underline;
}
th 
{
	font-size: 75%;
	font-style: italic
}
body 
{
	font-family: sans-serif;
	background-color: lightgrey;
	font-size: small
}

table#menu{
	border-style: solid;
	border-width: 1px;
	border-color: #9900FF;
}

table#content{
	border-style: solid;
	border-width: 1px;
	border-color: #9900FF;
}

div#explanation{
	font-size: 75%;
	font-color: grey
}

div#smallcomment{
	font-size: 85%;
}
