body { 
	margin-top: 5em;
  	margin-bottom: 0;
  	margin-left: 6em;
  	width: 42em;
  	padding-left: 0;
  	padding-right: 0;
  	background:#CCC;
  	font-family: verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
	line-height:166%;		
}

h1 {
	font-size: medium;
	font-weight: normal;			
	font-family: verdana, arial, sans-serif;
	color:#333;
	margin: 0;
	padding-top:1.5em;
	line-height:140%;
}

img {
	padding-right:.5em;
}

p {
	margin: 0 0 .5em 0;
}

a, 
a:link, 
a:visited, 
a:active {
	color:#F06;
	font-weight:heavy;
	text-decoration:none;
}
	
 a:hover {
	text-decoration:underline;
}
