body {
  margin: 0px;
  padding: 0px;
}
#divas {
 text-align: left;
 font: 13px Arial; 
}
#pavadinimas {
 text-align: center;
 text-decoration: underline;
 font: 30px "courier new"; 
 font-weight: bold;
 padding: 10px 0px 20px 0px;
}
table {
  width: 600px;
}
table td {
  border: 1px solid #FF9900; 
  padding: 3px;
}
#img {
  height: 70px;
  text-align: right;
}
#storas {
  font-weight: bold;
  width: 190px;
}
#antraste {
  background: #fff;
  width: 100%;
  height: 120px;
  align: left;
}
#kaire {
  background: #fff;
  float: left;
  width: 18%;
  height: 500px;
}
#desine {
  background: #fff;
  float: right;
  width: 18%;
}
#turinys {
  background: #fff;
  float: left;
  width: 50%;
  min-height: 900px;
  height: 900px;
  padding: 20px;
  font: 17px "arial"; 
}
#apacia {
  background: #fdd017;
  clear: both;
  width: 100%;
  padding: 3px;
}
#votas {
  background: #fdd017;
  float: left;
  padding: 0px;
  margin: 2px 5px 0px 0px;
  height: 12px;
}
#voto_remas {
 color: black;
 display: block;
 width: 90%;
 border: 1px solid #000; 
 padding: 8px 2px 4px 10px;
}
#kodas {
 font: 17px "courier new";
 font-weight: bold;
 margin: 10px 7px 10px 20px;
}
#mygtukai a {
color: black;
display: block;
width: 90%; 
padding: 2px 3px 2px 7px;  /* virsus desine apacia kaire */ 
margin: 2px;
text-decoration: none; 
background-color: #FFF; 
border: 1px solid #000; 
font: 12px "courier new"; 
text-align: left;
}
#mygtukai a:hover { 
background-color: #FFCC00; 
}
A:link {{text-decoration: underline; color:#0000cc}
A:visited {{text-decoration: underline; color:#0000cc}
A:hover {text-decoration: underline; color: red;}
