body {
  padding:	1em 2em 1em 2em;
  margin:	5px;
  font-family: sans-serif;
  color: black;
  background: #eeeeee;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

a:link { 
	color: #00C; 
	background-color: #eeeeee;
	}

a:visited { 
	color: #609; 
	background: transparent ;
	background-color: #eeeeee;
}

a:active { 
	color: #C00; 
	background: transparent ;
	background-color: #aaaaaa; }

a:link img, a:visited img { border-style: none } 

a img { color: white; }        
@media all { 
  a img { color: inherit; }
}

h1, h2, h3, h4, h5, h6 { 
text-align: 	left; 
}
h1, h2, h3 { 
color: #000000; background: white; 
}


h1 { 
	font: 170% sans-serif;
	border-color:Blue; 
	border-style:solid;
	border-width:1px;
}


h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

p {
	background-color: #ffffff;
	margin: 0;
	padding:	2px;
        border-color:Blue;
        border-style:solid;
        border-width:1px;
}

ul {
        background-color: #ffffff;
        margin: 0;
        border-color:Blue;
        border-style:solid;
        border-width:1px;
}


.hide { display: none }

