/* CSS Document */

body {
	background-color: #FFFFCC;
}

.navigation{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #0066CC;
	display: inline;
	padding: 5px;
	width: 100px;
}

.navigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
	display: inline;
	padding: 5px;
	width: 100px;
}

.link{ 
    text-decoration: underline;
	color: #FFFFCC;
}

.link:hover {
	text-decoration: underline;
	color: #663333;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 18px;
	padding: 8px;
}

ol{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 18px;
}

.sidebar {
	border: medium solid #000000;
	background-color: #669966;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	color: #6600FF;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #3366CC;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: 600;
	color: #0066CC;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.style6 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}