body {
	background-color: #c1c1c1;
	margin: 0;
	font-family: verdana ;
	color: #333333;
	font-size: 11px;
}

div.ad 
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	margin-left: 5px;
	font-family: tahoma;
	font-size: 12px;

}

hr {
	height: 1px;
	border: 0px;
	color: #cccccc;
	background-color: #999999;
}

img
{
border: 0;
}

h1 {
	font-family: tahoma;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
}

h2 {
	font-family: tahoma;
	color: #333333;
	font-size: 14px;
	font-weight: 800;
	margin: 0px;
}

a {
	font-family: verdana;
	color: #9a3333;
	font-size: 11px;
	text-decoration: underline;
}

a:hover
{
text-decoration:	none;
}

blockquote {
margin:1em;
padding:.5em;
font-size:.9em;
background-color:#F3F2ED;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}