
body {
	padding-left: 1em;
	font-family: "tahoma";
	color: black;
	background-color: white;
        z-index:  10;
        font:  12pt;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;

  }



P {font: 12pt tahoma
}


a:link {
	color: black;
        
}

a:visited {
	color: gray;
	font: 12pt, tahoma;
        
	
}



A:hover { 
color: red
}













