/* CSS Document */

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 5px;
	background-color: #FFFFd6;
}

table {
	border: none;
}

img {
	border: none;
}

td {
	padding: 0px;
}
		
h1 {
	font-size: x-large;
}

A:link {text-decoration: none; color: #000000} 
A:active {text-decoration: none; color: #000000} 
A:visited {text-decoration: none; color: #000000}
A:hover {text-decoration: underline; color: #FF0000}

.small_text {
	font-size: small;
	color: #ffffff;
}

.photo_table {
	background-colour: #DDEBFF;
	background-image: url(../images/entrance.JPG);
	background-repeat: no-repeat;
	background-position: left bottom;
}	

.photo_table td {
	vertical-align: middle;
	padding-bottom: 10px;
}