.hotels 
	{
	font-family: Arial; 
	font-size:12px;
	font-weight:bold;
	color:navy;
	line-height:20px;
	}
A.hotels	
	{
	color: navy;
	text-decoration:none;
	}
A:hover.hotels	
	{
	color: blue;
	text-decoration:underline;
	}
.hotel 
	{
	font-family: Arial; 
	font-size:12px;
	font-weight:bold;
	color:#FF6317;
	line-height:20px;
	}
A.hotel	
	{
	color: #FF6317;
	text-decoration:none;
	}
A:hover.hotel	
	{
	color: blue;
	text-decoration:underline;
	}
.aruba 
	{
	font-family: Verdana, Arial; 
	font-size:12px;
	font-weight:normal;
	color:navy;
	line-height:18px;
	}
A.aruba	
	{
	color: blue;
        font-weight:bold;
	text-decoration:underline;
	}
A:hover.aruba	
	{
	color: navy;
	}

.notes 
	{
	font-family: Verdana, Arial; 
	font-size:11px;
	font-weight:normal;
	color:navy;
	line-height:18px;
	}
A.notes	
	{
	color: blue;
        font-weight:bold;
	text-decoration:underline;
	}
A:hover.notes	
	{
	color: navy;
	}

.footer 
	{
	font-family: Verdana, Arial; 
	font-size:10px;
	font-weight:bold;
	color:white;
	line-height:18px;
	}
A.footer	
	{
	color: silver;
	text-decoration:none;
	}
A:hover.footer	
	{
	color: yellow;
	text-decoration:none;
	}
.specialstable
    {
    border: 1px solid #666666;
    border-collapse: collapse;
    }
.specialstable td, .specialstable th
    {
    border: 1px solid #666666;
    padding: 4px;
    background-color: #F2F2F2;
    }