body {
	background-color: #99AAAA;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	center
}


body, td, th {
	color: #ccdddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;	
}

a {
	font-size:x-small;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:3px;
}

a:link	{
	color:#666600;
	
}

a:hover {
	color: #6666AA;
}

a:visited {
	color:#666600;

}

div.body {
	margin-left:165px;
	margin-top:0px;
	width:600px;
	height:auto;
	padding: 50px 60px;
	text-align:left;
	}

div.toc {
	background-color: #DEDEFF;
	background-repeat: repeat;
	border-color: #DEDEFF;
	border-width:5px;
	top:0px;
	left:0px;
	position:absolute;
	width:150px;
	height:100%;
	padding:0px 20px;
}

h1	{
	color: #663300;
	font-weight: bold;
	font-size: xx-large;
	text-transform: uppercase;
}
 
h2 {
	color: #663300;
	font-weight: bold;
	font-size: large;
	}

h3, h4, h5, h6 {
	color: #996633;
	font-size: medium;
	font-weight: bold;
}


table {
	border:thick;
	background-color:#DEDEBF;
	}
