BODY { background-attachment: fixed;
	text-align: center;
	background-image: url(_pictures/background.gif);
	border: thick #ff0000 solid;
	color: #285151;
	font-family: Arial;
	font-size: large;
	font-weight: bold;
}
	
A:visited { 	text-decoration:none;
	color: #00e1e1;
	background-color: transparent;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder; }
	
A:link { text-decoration:none;
	color: #ccffff;
	background-color: transparent;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder; }
	
A:hover { text-decoration:none;
	background-color: black;
	color: yellow;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder; }

A:active { text-decoration:none;
	background-color: black;
	color: red;
	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;	}

H2 { text-align: justify;
	font-size: medium;
	border: thin #ffffff solid;
	border-style: outset;
	padding: 20px;	}

H3 { 	background-color: #006f6f;
	background-position: center;
	border: thin #000040 solid;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	text-align: center;	}

P {	background-attachment: fixed;
	background-color: #FFFFee;
	background-image: url(BigBgr1.GIF);
	border: #004080;
	color: #275050;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	border-style: outset;
	padding: 20;
	text-align: justify;	}
