@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(images/BlueBar.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	color: #189AE7;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Text {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.Text_Centred {
	text-align: center;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFC15A;
	font-weight: bold;
}
a:link {
	color: #189AE7;
}
a:visited {
	color: #189AE7;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #F00;
}
.hometable {
	background-color: #000;
	background-image: url(../images/close_up_latest_loz_jay.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

