body {
	margin-top: 0px;
	background: #F79A0E;
	}
	
/*
img {
	border: 1px solid #999;
	}
*/
	
p, a:link, a:visited, a:active, a:hover, form, textarea
	{
	text-decoration: none;
	border-width: 0px;
	font-size: 10px;
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	}

a:link, a:visited, a:active, a:hover
	{
	color: #303;
	}

a:active, a:hover
	{
	background: #999;
	color: #000;
	border-width: 0px;
	}
	
p
	{
	margin-left: 22px;
	color: #333;
	}
	
#main
	{
	position: absoloute;
	margin-left: 100px;
	margin-top: 25px;
	}