<style>

styles {}

h1 {
	color: #99CCFF; 
	font-size: 30px; 
	font-weight: bold; 
	font-family: arial;
	margin-bottom: 0px;
}

h2 {
	color: #99CCFF; 
	font-size: 20px; 
	font-weight: bold; 
	font-family: arial;
	margin-bottom: 0px;
	margin-left: 10px;
}

h3 {
	color: #99CCFF; 
	font-size: 18px; 
	font-weight: bold; 
	font-family: arial;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: arial;
}

p.cruise {
	font-family: arial;
	font-size: 10;
}

a {
	color: #99CCFF;
	font-family: arial;
	font-size: 16;
}

a:visited {
	color: #99CCFF;
	font-family: arial;
	font-size: 16;
}
	
a:hover {
	color: #FFFFFF;
	font-family: arial;
	font-size: 16;
}

a.cruise {
	color: #99CCFF;
	font-family: arial;
	font-size: 16;
	text-decoration: none;
}

a.cruise:visited {
	color: #99CCFF;
	font-family: arial;
	font-size: 16;
	text-decoration: none;
}
	
a.cruise:hover {
	color: #99CCFF;
	font-family: arial;
	font-size: 16;
	text-decoration: underline;
}


a.content {
	color: #99CCFF;
	font-family: arial;
	font-size: 12;
}

a.content:visited {
	color: #99CCFF;
	font-family: arial;
	font-size: 12;
}
	
a.content:hover {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12;
}

td.navbutton {
	background-image: url(../image/button-bkg.jpg);
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 42px;
}

a.navbutton {
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
}

a.navbutton:visited {
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
}
	
a.navbutton:hover {
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	color: #99FFFF;
	text-decoration: none;
}

</style>
