body
{
	background: #010101;
	margin: 0px;
	padding: 0px;
}
#content
{
	color: #fff;
	font-family: verdana;
	font-size: 12px;
	padding-left: 100px;
	position: relative;
	text-align: justify;
	width: 650px;
}
#content img
{
	background-color: #c3c3c3;
	border: 7px solid #c3c3c3;
	margin: 3px;
}
#content img:hover
{
	background-color: #436006;
	border: 7px solid #436006;
}
#content a
{
	color: #8ba400;
	cursor: cross;
	font-variant: small-caps;
	text-decoration: none;
}
#content a:hover
{
	border-bottom: 1px dashed;
	cursor: cross;
	text-decoration: none;
}
i, em
{
	color: #7b835e;
	font-variant: small-caps;
}
b, strong
{
	color: #436006;
	text-transform: uppercase;
}
p
{
	margin-bottom: 0;
	text-align: left;
}
input, textarea, select
{
	background: #c3c3c3;
	border: 2px #c3c3c3 solid;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	padding: 0 0 0 2;
}
li
{
	margin-bottom: 2;
	margin-top: 2;
}
