body {
	background: #ffffff; 
	margin-left: 0px; 
	margin-top: 10px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	color: #333333;
	font-family: georgia, serif;
	}

.bar {
	background: #666666;
	color: #cccccc;
	}

A:link.bar {
	text-decoration: underline;
	color: #ffffff; 
	} 
A:visited.bar {
	color: #cccccc; 
	} 
A:active.bar { 
	color: #ff6600; 
	} 
A:hover.bar { 
	color: #ff6600; 
	}

.clear {
	background: #ffffff;
	}

H1, H2, H3, H4, H5, H6 {
	font-variant: small-caps;
	} 

UL {
	list-style: circle;
	}

A:link {
	text-decoration: underline;
	color: #3399cc; 
	} 
A:visited {
	color: #666666; 
	}
A:active { 
	color: #ff6600; 
	} 
A:hover { 
	color: #ff6600; 
	}
	
.button {
	color: #cccccc;
	}	
A:link.button {
	font-size: 70%;
	text-decoration: none;
	color: #cccccc;
	font-family: verdana, san-serif;
	}	
A:visited.button {
	font-size: 70%;
	text-decoration: none;
	color: #cccccc; 
	font-family: verdana, san-serif;
	}	
A:active.button {
	color: #3399cc; 
	}	
A:hover.button {
	color: #3399cc; 
	}