body
{
	margin-top:5px;
	background-color: #bdbdbd;
	font-family: 'Century Gothic' , Verdana, Sans-Serif;
}

table
{
	margin-left:auto;
	margin-right:auto;
}

.thumbPic:link
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.thumbPic:hover
{
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
}

.instruct
{
	font-size: medium;

}

.links
{
	font-size:larger;
}
h3
{
	color: #777777;
}

p
{
	font-size:small;
	padding-left:15px;
	line-height:1.8em;
}

li
{
	font-size:small;
	padding-left:15px;
	line-height:1.3em;
}
a
{
	text-decoration:none;
	color:#999999;
}

a:hover
{
	text-decoration:underline;
	color:Red;
}
.pic
{
	position:relative;
	top:4px;
}