body {
	min-width:1000px;
	margin: 0px;
	background-color: #000000;
}

div, td {	
	font-size: 10pt;
	font-family: Verdana;
}

#left {
	float: left:
	width: 50px;
}

#navi {
	float: left;
	
	width: 145px;
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	
	line-height: 33px;
}

h1 {
	font-size: 16pt;
	margin-top: 0px;
}

#content {	
	float: left;
	width: 660px;
}

a {
	color: #2059A2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.highlight { color: #3333C7; }