﻿body
{
	background-image:url('images/green‑island‑beach‑background.jpg');
	background-repeat:no-repeat;

}
.table1
{
	height:700;
	background-color:#FFFFFF;
	position:relative;
}
.header
{
	height:150;
}

.body
{
	background-color:#d0e4fe;

}
.footer
{
	height:30;
	background-color:#238fe9;

}
.texthome
{
	text-align:justify;
	font-size:20px;
	text-decoration: none;
	font-family:Harrington;
	
}
.text 
{
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    padding: 4px 0 4px 8px;
    text-align: justify;
    text-decoration: none;
}

.content
{
	font-family:"Hobo Std";
	font-weight: bold;
	font-size: 24px;
}

.auto-style1
{
	text-align: center;
}
.auto-style2 
{
	text-decoration: underline;
}
.link
{
	text-decoration:none
}
.tableculture
{
     border-color:#CCCCCC;
 	 border-collapse:collapse
}
.linkMenu
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;font-size:16px;
}
input{
    background-color: #3399FF;
    border: 1px solid;
    color: #white;
    font-family: Arial;
    font-size: 15px;
    padding: 2px;
}
button {
    background-color: #0099FF;
    color: #00CCFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    position: absolute;

}

.mouse_over
{
	background-color:aqua;
	cursor:auto;
}



.info{
	color:white;
}




.ul {
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
    margin: 0;
    padding: 0;
    list-style: none;
	
	
}
.ul li {
    display: block;
    position: relative;
    float: left;
	width:152;
}
.li ul {
    display: none;
}
.ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background; #FFFFA6;
    margin-left: 1px;
    white-space: nowrap;
}
.ul li a:hover {
background-image:url('../images/mouse_over.jpg');
	width:120;
}
.li:hover ul {
    display: block;
    position: absolute;
	width:152;
}
.li:hover li {
    float: none;
    font-size: 14px;
	text-align:left;
}
.li:hover a { background: #FFFFA6; }
.li:hover li a:hover {
    background-image:url('../images/mouse_over.jpg');;
}

