/* CSS Styles */
/* Layout */
a:link {text-decoration: none; font-weight: bold; color: #0000FF;}
a:visited {text-decoration: none; font-weight: bold; color: #0000FF;}
a:active {text-decoration: none; font-weight: bold; color: #0000FF;}
a:hover {text-decoration: underline; font-weight: bold; color: #000066; background-color: #FFFF99;}

hr	{
	width: 50%;
	height: 7px;
	background-color: #000000;
	border: 1px solid #666666;
	}

/* Tables and Cells */
td.green {
	margin: 0px;
	background-image: url(images/background_green.jpg);
	}
table.green	{
	background-color: #C0FEC5;
	}
	
td.violet {
	margin: 0px;
	background-image: url(images/background_violet.jpg);
	}
table.violet	{
	background-color: #CC99FF;
	}

table.orange	{
	background-color: #FFCC99;
	}
td.orange {
	background-image: url(images/background_orange.jpg);
	}

/* Headers */
H1 {
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 22px;
	border-bottom: double;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 10px;
	padding: 3px;
	}
H3 {
	font-size: 18px;
	text-align: center;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Paragraphs */
p.bodytext	{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin: 5px 50px 3px 50px;
	}
li	{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin-left: 50px;
	margin-right: 50px;
	}
	
