body	{ 
    font-family: sans-serif; 
	font-size: 12pt; 
	color: #fff; 
	background-color: #333; 
	margin-top:  50px;
	margin-left: 50px;
}


h3 {
	font-size:	10pt; 
}

td {
	border-style: none; 
}

table {
	border-spacing:5px;
	background-color: #444;
	border-spacing:10px;
	border:1px solid #888;
}
table.index {
	border-spacing:10px;
	background-color: #444;
	border:1px solid #888;
}
td.cwg_nav {
	width: 100px;
	text-align: center;
	font-size: 10pt; 
}
p.cwg_footer {
	font-size: 8pt; 
	font-style:italic;
	margin-top: 40px;
}
a { 
	color: #fff; 
	text-decoration: none;
	font-weight: bold; 
}
a:hover { 
	text-decoration: underline; 
}

