p, ul, ol ,dl, blockquote, h1, h2, h3, h4, h5, h6, hr {
	line-height: 1.4em ;
	margin-top: 0;
	margin-bottom: 1em ;
	font-size: 1.2em;
	}

h1 {
	font-size: 1.8em ;
	margin-bottom: 0.5em ;
	font-weight: normal ;
	}
h2 {
	font-size: 1.6em ;
	margin-bottom: 0.5em ;
	font-weight: normal ;
	}
h3 {
	font-size: 1.4em ;
	font-weight: normal ;
	}
h4 {
	font-size: 12px ;
	}
hr {
	border-style: none ;
	border-top: 1px solid black ;
	height: 0px ;
	clear: both ;
	}
/* images */
img {
	border: 1px solid #000;
	}
	
/* default link styles */	
a:link, a:visited {
		padding: 0px;
		color: #444;
		text-decoration: underline;
}         
a:hover {
	    color: #444;
		background-color: #FFF2E6;
        border: none;
		text-decoration: underline;      
}	
