body, h1, h2, p, div
{
	font-family: verdana, arial, sans-serif;
	color: #fff;
}

a:link {color: #ff0; text-decoration: underline;}
a:visited {color: #ff0; text-decoration: underline;}
a:hover {color: #ff0; text-decoration: underline; background: #060;} 
a:active {color: #ff0; text-decoration: underline;}

body 
{
	background : #393;
	margin: 0px;
	padding: 1px;
}

h1
{ 
	font-size: 24px;
	color: #fff; 
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 6px;
	font-family: georgia, times, times new roman;
}

h2
{ 
	font-size: 18px; 
	color: #ff0; 
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 6px;
	font-family: georgia, times, times new roman;
}

h3
{ 
	font-size: 24px;
	color: #fff; 
	text-align:left; 
	font-weight:bold; 
	margin: 3px;
	font-family: georgia, times, times new roman;
}

p	{
	text-indent: 6px;
	font-size: medium;
	line-height:130%;
	text-align:left;
}

.small	{
	font-size: xx-small;
	text-indent: 0px;
	line-height: 110%;
	margin: 2px;
	padding: 0px;
}

div.navbar {
	width: 128px;
	background: #060;
	margin:-2px;
	border: 0px;
	border-right: 1px solid #3c3;
	border-bottom: 1px solid #3c3;
	padding: 4px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	
}

div.content {
	padding: 5px;
	margin: 0px;
	margin-left: 160px;
}

.patro	{
	font-size: xx-small;
	text-indent: 0px;
	line-height: 110%;
	margin: 2px;
	padding: 0px;
	text-align:center; 
}
div.foot {
	margin-top: 50px;
	margin-left: 150px;
	width: 100%;
}