body {background:url(images/mjbackground.jpg) center top repeat-y;
background-color:#D1D2C6 ;}

H1{
	font-size: 80%; /*adjust this percentage as needed */
	font-weigh: bold; /*adjust the boldness accordingly */
	text-decoration: none;
	margin: 0px;
	padding: 0px;

}
H2{
	font-size: 100%;
	color: #309;
}
	
A:link{	color: #333;	text-decoration: none;}
A:visited{	color: #333;	text-decoration: none;}
A:hover{color: "#ff0000"; text-decoration: none;}
	
