body
{
	background-image: url(imgs/sky.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;	
}

h2.topcaption
{
	color: #FFFFFF;
	font-style: italic;
	font-size: 120%;
	background-color: #000080;
	margin-bottom: 1pt;
}.smallbody {
	font-size: 80%;
}
div.fullpage {
	width: 100%;
	margin-right: 5%;
	margin-left: 5%;
}

a
{
	text-decoration:none;
}
a:link
{
	/*color: rgb(51,153,255);*/
	text-decoration:none;
}
a:hover
{
	color:red;
	text-decoration:underline;
}
a:visited
{
	color: rgb(51,102,204); 
}

a:active 
{
	color: rgb(255,153,0);
}

