body{
margin:0px;
padding:0px;}



a img
{
	border:none;
}


table{
border-collapse:collapse;
border:0px solid black;

border-spacing:0px;}

td{
border:0px solid black;
}

#log
{

position:relative;
 
height:70px;
margin:0px;
padding:0px;
margin-top:0px;

left:210px; top:18px;
}
#menu
{
float:left;
width:20px; 
height:20px;

margin:0px 0px 0px 15px;



}
#cont
{
float:left;
width:20px; 
height:20px;
margin:0px 0px 0px 170px;

}
#info
{
float:right;
width:20px;
height:20px;
margin:0px 0px 0px 890px;


}



a:link {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: blue;
  }

a:visited {
  color: blue;
  }

a:focus {
  color: red;
  }

a:hover {
  color: red;
  }

a:active {
  color: red;
  }