body {	color: #191919;
	background: repeat url(techbg.jpg);
	padding: 0;
}

#blogframe {     
	max-width: 930px;
	min-width: 720px;
	background: repeat-x url(graph.jpg);
	background-attachment: scroll;
	background-color: #ffffff;
	border: 1px solid #5c8aa7;
	position: relative;
	margin: 15px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	padding: 0 20px 20px 2px;
	padding: 13px 20px 0;
}
.mrgn {margin-left: 5%; margin-right: 5%; font-family: Times;
	font-size: 20px;
	line-height: 1.2;}
.nomarg {margin-left: 0%; margin-right: 0%;}

p {
font-family: Times;
	font-size: 20px;
	line-height: 1.2;
}

blockquote {
font-family: Times;
	font-size: 20px;
	line-height: 1.2;
}

address {
ffont-family: Times;
	font-size: 20px;
	line-height: 1.2;
}



code {font-size: 18px; color: rgb(0, 102, 0);}