@charset "utf-8";
/* CSS Document */

#centre {
	margin: 0 auto;
	width: 580px;
}

body {
	font-family:Arial;
	font-size: 10pt;
	font-style: normal;
	background-color: #DBDBDB;
}

a:visited {
	font-family: Arial;
	color: #0000FF;
	text-decoration: none;
}
a:link {
	font-family: Arial;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #990066;
	text-decoration: underline;
}

a:active {
	color: #000000;
}
#menu {
	background-color: #DBDBDB;
	text-align: center;
	padding: 3px;
}
#centre #menu ul {
	list-style-type: none;
}
#centre #menu li {
	display: inline;
}
#centre #menu li {
	padding-right: 10px;
	padding-left: 10px;
}
#centre #menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#centre #footer {
	background-color: #DBDBDB;
	border: 1px solid #999999;
}

#images {
	text-align: center;
}

#logo {
	display: inline;
}

#intro {
	font-family: Bradley Hand ITC;
	font-size: xx-large;
}
