﻿#whole 
{ 
	color: black; 
	background-color: #B0E0E6;
	margin-left: auto;
	margin-right: auto;
	border-color: #B0E0E6;
}

#content 
{
	font-family: Tahoma, Palantino Linotype, Georgia, Times New Roman;
	width: 725;
	padding-left: 85px;
	margin-right: 5px;
	margin-left: 180px;
	margin-bottom:  15px;
	margin-top: 0px;
	line-height: 115%;
}

#content h1 
{ 
	font-size: 24px;
	font-weight:bold; 
	font-style: normal; 
	color: red;
}

#content h2 
{  
	font-size: 19px; 
	color: #CC6600;
	}

#content h3 
{ 
	font-size: 17px; 
	font-style: normal; 
	color: #CC6600;
}



#content .indented
{
	list-style-position: inside;
	padding-left: 20pt;
	padding-right: 20pt;
	color: red;
}

#content .highlight
{
	color: red;
}
   
#menu 
{
	width: 220px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#menu a {
	text-decoration: none;
	color:  black;
	padding: 4px 15px 4px 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bolder;
	line-height: 150%;
}

#menu a:hover
{
	color: green;
}

#menu .copyright 
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	color:  #6e6e6e;
	font-size: 8px;
}

a 
{
	font-weight:bold;
	text-decoration: none;
	color: darkblue;
}

a:hover
{
	color: green;
	text-decoration:underline;
}
