* {
  color:				#000000;
  font-family: 	verdana, sans;
  font-size: 		11px;
  margin:				0;
  outline:			0;
  padding:			0;
}


body {
  background-color: #e3e3e3;
}

h1 {
  font-size:		12px;
}

h2 {
  font-size:		11px;
  padding-bottom:5px;
}

hr {
  border: none;
  color:#e3e3e3;
  height:1px;
  text-align:center;
  width:205px;
}

#logo{
	background-color:	#8f8f8f;
	width:						220px;
	height:						30px;
	padding:					5px;
	text-align:				right;
	color:						#ffffff;		
	font-weight:			bold;		
	font-size:				180%;	

}
#topnav{
	background-color:	#e3e3e3;
	width:						220px;
	height:						20px;
	text-align:				left;
	padding-top:			4px;
	padding-left:			5px;		
}

#topnav a:link, a:hover, a:active {
  color:						#000000;
  text-decoration:	none;
}

#contentnav{
	background-color:	#ffffff;
	width:						220px;
	text-align:				left;
}

#content{
	background-color:	#ffffff;
	width:						220px;
	padding:					5px;
	text-align:				left;
}

#content a:link, a:hover, a:active {
  color:						#000000;
  text-decoration:	underline;
}

#footer{
	background-color:	#8f8f8f;
	width:						220px;
	height:						30px;
	padding:					5px;
	text-align:				right;
}

#footer a:link, a:hover, a:active {
  color:						#ffffff;
  text-decoration:	none;
}

span.small{
		font-size:			80%;
}
div.entry{
		padding-bottom:	3px;	
		border-bottom:	1px solid #e3e3e3;
		margin-bottom:	10px;
	
}
submit.smb{
	border:						1px solid #000000;
	background-color:	#e3e3e3;
}
#url_str{
	border:						1px solid #000000;
	background-color:	#e3e3e3;
}
