body         { font-family: Arial }

a:visited    { color: #000080; }
a:link       { color: #0000FF; }
a:hover      { color: #FF0040; text-decoration: none }
a:active     { color: #003399; text-decoration: none }

h1           { font-size: 24pt }
h2           { font-size: 18pt }
h3           { font-size: 16pt }
h4           { font-size: 14pt }
h5           { font-size: 12pt }
normal		 { font-size: 10pt }

#speclink a:link, #speclink a:visited {
	color: #FF0000;
	text-decoration: underline;
	}

#speclink a:hover, #speclink a:active {
	text-decoration: none;		
	}

#bookingformbutton a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;	
	text-align:center;
	padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
	}
	
#bookingformbutton a:link, #bookingformbutton a:visited {
	background-color: #000080;
	}
		
#bookingformbutton a:hover, #bookingformbutton a:active {
	background-color: #0000FF;
	}