BODY {
	font-family:Palatino; 
	font-size: medium;
	background-image: url(_pictures/background.gif);
	margin: 5%;
} 

A:visited { 	text-decoration:none;
	color: #0000AA;
	background-color: transparent;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	}
	
A:link { text-decoration:none;
	color: #0080ff;
	background-color: transparent;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	}
	
A:hover { text-decoration:none;
	background-color: black;
	color: aqua;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder; }

A:active { text-decoration:none;
	background-color: black;
	color: yellow;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder; }
	
A.bar:link { background-color: transparent;
	color: aqua;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	text-decoration:none; }	

A.bar:visited {	background-color: transparent;
	color: grey;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	text-decoration:none;	}

A.bar:hover { background-color: #000040;
	color: yellow;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	text-decoration:none;
	}

A.bar:active {
	background-color: black;
	color: #ffffff;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	text-decoration:none;	}

H1 { text-align: center;
	font-family:Palatino; 
	font-size:20pt;
	background-color: white;
}	
	
H2 { text-align: center;
	font-family:Palatino; 
	font-size: large;
	background-color: white;
}

P {	background-attachment: fixed;
	background-color: #FFFFee;
	background-image: url(_pictures/background.gif);
	color: black;
	font-family:Palatino Linotype;
	font-size: medium;
	text-align: justify;	}
	
