body {
	margin: 0;
	padding: 0;
	font-size: 70% ;
	}

h1, h2, h3, p, ul, ol, img, td, a, .normal {
	font: normal 1em verdana, arial, sans-serif;
	line-height: 1.4em;
	color: #660;
	}

h1, h2, h2 a {
	font-size: 1.1em ;
	font-weight: bold ;
	}

.hide {
	font-style: italic ;
	}

/* links */

a {
	font-weight: bold ;
	text-decoration: none;
	}

p a {
	text-decoration: underline;
	}

a:link {
	color: #369;	
	}
	
a:visited {
	color: #969;	
	}
	
a:hover, a:active {
	color: #C36;	
	text-decoration: underline;
	}	

	

