p {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
td {
	font-family: "Palatino Linotype";
	font-size: 12px;
}
body {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #8c2634;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	font-family: "Palatino Linotype";
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	font-family: "Palatino Linotype";
    color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;

	}
	
a:hover {
	font-family: "Palatino Linotype";
	color: #8c2634;
	text-decoration: none;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}