body {
  background-color: #000;
  font-family: arial;
  color: #ccc;
}
a { 
  color: #6495ED; 
  font-family: verdana,geneva,sans serif; 
  font-size: 12pt; 
  text-decoration: none; 
}
a:link { 
  color: #6495ED; 
  font-family: verdana,geneva,sans serif; 
  font-size: 12pt; 
  text-decoration: none; 
}
a:hover { 
  color: #669966;  
  font-family: verdana,geneva,sans serif; 
  font-size: 12pt; 
  text-decoration: underline; 
}
.banner {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 1000px;
  height: 45px;
  background-color: #000;
  padding: 3px;
  border-bottom: 2px solid #555;
}
.menu {
  position: absolute;
  top: 75px;
  left: 5px;
  width: 150px;
  height: 850px;
  background-color: #333;
  border: 1px solid #555;
  padding: 5px;
}
.gallery {
  position: absolute;
  top: 65px;
  left: 160px;
  width: 850px;
  height: 900px;
  padding: 5px;
}
.fotgal {
  border:1px; 
  border-thickness: 5px; 
  border-color: #ddd;
  border-style: solid;
}
A:hover .fotgal, A:active .fotgal {
  border:1px; 
  border-thickness: 1px;
  border-color: #fff; 
  border-style: solid
}