@import url(layout.css);
@import url(typography.css);
@import url(nav.css);
/*@import url(800x600.css);*/

/*=html re-styles 
---------------------------------*/
h1, h2, h3, h4 {
	font-weight:normal;
	margin:0;
	font-size:1em;
}	
h1 {
	font-size: 300%;

}
h2 {
	font-size: 140%;	
	margin-bottom: 1em;
	color: #2F5987;
}
h3 {
	font-size: 150%;
	color: #444;
	margin-bottom:1em;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	color: #00F;
}
p, li, blockquote {
	font-size: 1.2em;
	
}
p {
	line-height: 1.5em;
	color: #585858;
	font-style: italic;
	font-weight: bold;
}
address {
	font-size: 1.2em;
	font-style:normal;
}

hr {display:none;}

small.date_of_post {font-size: 1.1em; color:#777;}
.Red {
	color: #F00;
}
.Red {
	color: #F00;
}
.Red {
	color: #F00;
}

