body{
	background-color:#666;
	font:11px/16px Arial,sans-serif;
}
a{
	color:#333;
	border:0px;
}
img{border:0px;}
a:hover{
	color:#609;
	text-decoration:none;
}
h1{
	margin:10px 0px 30px 0px;
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	color:#333;
}
h2{
	font-size:17px;
	line-height:30px;
	font-weight:normal;
	color:#000;
	border:1px solid #CCC;
	background-color:#EEE;
	height:30px;
	margin:5px 0px 10px 0px;
	padding-left:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#000;
}
hr{	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0;
	margin:20px 0px;
}
