﻿/* Generic Selectors */

body {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000099;
	margin: 0 0 0 0;
}

table {
	border-bottom: none;
	outline: none;
	font-family: "Times New Roman";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 150%;
	border-bottom-style: none;
}

p {
	outline: none;
	width: 100%;
	text-align: left;
	font-size: 16px;
}

li {
	list-style-type: underline;
	line-height: 150%;
}


h1 {
	font-family: "Times New Roman";
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	line-height: 150%;
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
}

h2 {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

h3 {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

h4 {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}

h5 {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}


h6 {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	color: #FFFF00;
	font-style: italic;
}



/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
	color: #99FFFF;
	text-decoration: underline;
	font-weight: normal;
}
li :link {
	color: #99FFFF;
	text-decoration: underline;
	font-weight: normal;
}

:visited {
	color: #99FFFF;
	text-decoration: underline;
	font-weight: normal;
}

li :visited {
	color: #99FFFF;
	text-decoration: underline;
	font-weight: normal;
}

/*:hover {
color: rgb(0, 96, 255);
font-weight: normal;
text-decoration: none;
*/

/*li :hover {
	display: block;
	color: #99FFFF;
	font-weight: normal;
*/
  
:active {
	color: #99FFFF;
	font-weight: normal;
} 


/*************************  ID's *************************/

#table {
	margin-top: 0px;
	margin-left: 0px;
}

#menu {
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 180%;
	color: #FFFFFF;
	padding: 5px 100 0 10px;
}

#gallerymenu {
	font-family: "Times New Roman";
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;
	padding: 5px 100 0 10px;
}

#travelmenu {
	font-family: "Times New Roman";
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;
	padding: 5px 100 0 10px;
}

#topmenu {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #FFFFFF;
	padding: 10px 0 10px 0;
}

#footer {
	border: none;
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #FF0000;
	font-style: italic;
}

#mainbody {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #FFFFFF;
	width: 80%;
}

#topleft {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#searchbody {
	font-family: "Times New Roman";
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #FFFFFF;
	width: 90%;
}

#searchheader {
	line-height: 150%;
}