@charset "utf-8";
body {
	background-image: url(images/cardiffcastle.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #003333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.glass {
	background-attachment: scroll;
	background-image: url(images/maintitle.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
a {
	font-size: 16px;
	color: #663300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.new {
	font-size: 10px;
}
.heading1 {
	font-size: 24px;
	color: #660000;
}
.imgRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

