a:hover {
	text-decoration: line-through;
	background-color: #FFFF00;
	font-weight: bold;

}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;



}
a:visited {
	color: #336699;
	text-decoration: none;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 10px;
	font-weight: bolder;
	vertical-align:center;


}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
        color:#666666;
        vertical-align:center;
}
.h3 {
	font-size: 12px;
}
.h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
}
p { font-size:105%}