body, p, div, h1, h2, h3, li
{
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	background-color: #cccccc;
	color: black;
}
p, div
{
	font-size: medium;
	text-align: justify;
}
a:link
{
	color: blue;
	text-decoration: underline;
}
a:visited
{
	color: purple;
	text-decoration: underline;
}
a:active
{
	color: red;
	text-decoration: underline;
}
a:link:hover
{
	color:red;
	text-decoration: underline;
}
li ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1
{
	font-size: xx-large;
}
h2
{
	font-size: x-large;
}
h3
{
	font-size: large;
}
div.imgcontainer
{
	text-align: center;
}
img
{
	padding: 10px;
	border: 1px;
	border-style: solid;
	border-color: black;
	background: white;
	color: black;
}
.invis
{
	display: none;
}
