body {
	margin:5px;
	padding:0px;
	color: #000;
	font-size:12px;
	font-family: courier new, monospace;
	text-align:justify;
	background: none;

}


a {
	color:#992434;
	text-decoration:none;
	
}
a:hover {
	color:#fff;
	background:#992434;
	text-decoration:underline;
}

a.non{color:000; background:none;text-decoration:none}
a.non:hover{color:000; background:none;text-decoration:none}

h2{ color:#992434; background:#fff;padding:5px;display:inline}
h3{ color:#000; background:#fff;padding:5px;display:inline}
p{ color:#000; background:#fff;padding:5px;display:inline;line-height:30px;}
