A:link { 
	text-decoration: none;
	color: #AD2F2F;
}

A:active {
	text-decoration: none;
	color: #AD2F2F;
}

A:visited {
	text-decoration: none;
	color: #308B00;
}

A:hover {
	text-decoration: underline;
	color: #FF7400;
}

BODY {
	background: url(graphix/bg.jpg);
	background-repeat: repeat-y;
	background-color: #FBDCA6;
	color: #000000;
	font-family: "Tempus Sans ITC, sans-serif";
	font-size: small;
}

.padzero { 
  padding: 0px; 
}