?/* ss changd font and added line height */

body, html {
	/* background:#FFF; */
	font: 13pt Arial, Times, serif;
	color:#000;
	line-height: 110%;
	width: 100%;
    margin: 0;
    float: none;
    background: #fff url(none);

	}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color:#000;
	}	
	
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif
	}

h1 {
	font-size:1.5em;
	}

h2 {
	font-size:1.3em;
	}

h3 {
	font-size:1.1em;
	}

h4 {
	font-size:1.0em;
	}
				
img {
	display:block;
	border:0;
	}

#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}

