BODY {
       background-color: #ffffff; 
       background: url(../images/background1.jpg) 0 0% y-repeat #91A8FF; width:100%; 
       background-attachment: fixed;

      font-family : Tahoma, Arial, sans-serif;
      font-size: small;
      color: #000000;
}


H3 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000080;
}

H3 a {
	color: #FF0000;
        font-style: bold;
        text-decoration: none;
        
}

H3 a:hover{
	color: #0000FF;
        font-style: bold;
        text-decoration: none;
}



.box { 
     border: 1px solid black;
     background: yellow; 
     width: 100px;
     float: right; 
}

#images { 
     border: 2px solid black;
     background: white; 
}


#hotel {
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    color: black;
}

#hotel a{
	color: blue;
        font-style: normal;
        text-decoration: none;
}

#hotel a:hover{
	color: #F60;
        font-style: bold;
        text-decoration: none;
}




#futermeni {
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    color: black;
}

#futermeni a{
	color: gray;
        font-style: normal;
        text-decoration: none;
}

#futermeni a:hover{
	color: #F60;
        font-style: bold;
        text-decoration: none;
}



#faq {
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    color: black;
}

#faq a{
	color: silver;
        font-style: normal;
        text-decoration: none;
}

#faq a:hover{
	color: #F60;
        font-style: bold;
        text-decoration: none;
}





.thumbnail img{
			border: 1px solid black;
			margin: 0 5px 5px 0;
		}

.thumbnail:hover{
			background-color: transparent;
		}

.thumbnail:hover img{
			border: 1px solid red;
		}       