*{
	font-size:10px;
	color:#808080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
strong,b{
	font-weight:bold;
}
body{
	background-color:#EEEEEE;
}
a{
	text-decoration:none;
	color:#999999;
}
h2{
	color:#666666;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:0px;
}
p{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:8px;
	line-height:16px;
}
p p{
	margin-top:-1em;
	border:1px solid red;
}

#content a {
  color:#640000;
  text-decoration:underline;
}

#content a:hover {
text-decoration:none;
}