
<STYLE TYPE="text/css">

body{
   font-family : Courier, Arial, Times New Roman, Times;
   background-color : #222222;
}



a#menu{
  color  : #551166;
  text-decoration: none;
}

a#menu:hover{
  color  : #440044;
  font-size   : 110%;
}

a{
  color  : #551155;
}

a:hover{
  color  : #440044;
  font-weight : bold;
}



td#divide{
     font-size : 18px;    
     background-color : #aaaaaa;
     color   : #222222;
     text-aline : center;
     height : 60px;
     valign: bottom;
}

td#tamas{
     font-size : 20px;    
     font-weight : bold;
     font-style: italic;
     background-color : #aaaaaa;
     color   : #222222;
     text-aline : center;
     height : 90px;
     valign: bottom;
}


td#leftmenu{
     background-color : #eeeeee;
     height : 60px;
     width : 150px ;   
}


td#menu{
   width : 150px ;   
   background-color : #555555;
}

td#middle{
   width : 30px;
   background-color : #f5f5f5;
}

td#right{
   width  : 2000px;
   height : 500px;
   background-color : #f5f5f5;
}


</STYLE>