h1 { 
	font-size:18pt; 
	font-weight:900; 
	margin:0px;
	padding:2px 2px 2px 16px;
	background-color:#ccc; 
	border:1px solid #999; 
	width:707px; 
	color:#200;
	font-family:varidina;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	border-bottom:1px dotted red;
}
body { background-color: #fff; font-size:10pt; line-height:150%; }
#mainContents {
	margin-top:30px;
	width:728px;
	color:black;
}
.prog {
	font-size:11pt;
	font-family: courier;
	background-color:#eee;
}
.google { 
	position:fixed;
	top:2px;
	left:740px;
}

*html .google {
	position:absolute;
	top:2px;
	left:740px;
}
.note {
	color: red;
}
