body, html {
	background:#FFF;
	font:12px Verdana, Arial, sans-serif;
	color:#000;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: normal;
	text-decoration: none;
	color:#000;
}
	
a.title {
	color: #B50000;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.article {
	margin-bottom: 25px;
	height: 100px;
}

.feature {
	margin-bottom: 25px;
	height: 150px;
}

.leadarticle {
	margin-bottom: 25px;
	height: 300px;
}
	
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Times, serif
	}

h1 {
	font-size:15px;
	}

h2 {
	font-size:15px;
	}

h3 {
	font-size:14px;
	text-decoration: underline;
	}

h3.a {
	font-size:14px;
	font-weight: bold;
}
h4 {
	font-size:11px;
	}
				
img {
	float: left;
	border:0;
	margin: 10px;
	}

#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}


