

body {
    background-color : #000033;
    color : #CCFFFF;
    font-family : Courier New, 'Courier [ibm]';
  }

a:link {
    text-decoration : underline;
color: #CCFFFF;
  }


a:visited {
text-decoration : underline;
    color: #CCFFFF;
  }


a:hover {
 text-decoration : underline;
    color: #ffffcc;
  }


a:active {
    text-decoration : none;
color: orange;
  }
table#vram 
{ 
border: 2px solid #ffffcc; 
font-size : 12px;
width: 750px;
} 



table#vram th 
{ 
border-bottom: 2px solid #ffffcc; 
border-left: 2px dashed #ffffcc; 
border-right: 2px dashed #ffffcc;

 
} 


/*vertikální rám*/ 
table#vram td
{ 
border-color: #ffffcc; 
border-style: dashed; 
border-width: 0px 1px; 
} 

















/*tbody {
    font-size : 12px;
  }


.main_table {
    border-bottom-color : #000033;
    border-bottom-style : solid;
    border-bottom-width : 3px;
    border-collapse : collapse;
    border-left-color : #000033;
    border-left-style : solid;
    border-left-width : 3px;
    border-right-color : #000033;
    border-right-style : solid;
    border-right-width : 3px;
    border-top-color : #000033;
    border-top-style : solid;
    border-top-width : 3px;
  }
*/
