/*!!!!!!!!!!!!!!!!!!!!!!!!!!
! Tables
!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
table{  font-size:16;
        text-align:left;
        border:medium double rgb(30, 47, 197);
        padding:10px;          
        border: 3px solid black;
        border-collapse: collapse;}
table.normal {font-size:medium;height:auto;width:auto;border:solid #4a4abe;}
table.small  {font-size:8;height:10;width: 10%;}
/*!!!!!!!!!!!!!!
! Paragraphs
!!!!!!!!!!!!!!!!*/
p,table,li,h1,h2,h3
{font-family: verdana, arial, 'sans serif'}
p, h1, h2, h3, table, li, hr
{margin-left: 5pt}
/*!!!!!!!!!!!!!!!!!!!!!
! Body
!!!!!!!!!!!!!!!!!!!!!!!*/
body
{background-color:=#FFFFFF}
h1,h2,h3,hr {color: blue;font-size: 16;}
/*!!!!!!!!!!!!!!!!!!!!!
! Images
!!!!!!!!!!!!!!!!!!!!!!!*/
img        {float:right}
img.normal {height:auto;width:auto }
img.big    {height:120%;width: 120% }
img.small  {height: 50%;width: 50%}
img.bad    {height: 10%;width: 10%}
/*!!!!!!!!!!!!!!!!!!!!!
! Table data
!!!!!!!!!!!!!!!!!!!!!!!*/
tr,td{  
    font-size:16;
    border-left:1px solid rgb(27, 31, 134);
    border-top:1px solid rgb(27, 31, 134);
    border-bottom:1px solid rgb(27, 31, 134);
    border-collapse: collapse; 
    padding:3px;}
a {color: blue;}
