body
{	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ccddff;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* basic text defaults */
p, table, td, th, ul, ol, textarea, input
{	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

/* copyright tag line at bottom of home page */
.copyright
{	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}

/* href links */
a:link
{	text-decoration: underline;
	color: #000000;
	background-color:transparent;
	cursor: pointer, hand, default;
}

a:hover  
{	text-decoration: underline;
	color: #cc0000;
	background-color: transparent;
	cursor: pointer, hand, default;
}

a:visited
{	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	cursor: pointer, hand, default;
}

a:active 
{	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	cursor: pointer, hand, default;
}
