a:hover
{    
    color: #FF80FF  
    border: none;
    text-decoration: underline;
}
a
{
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    /*border:2px solid #CACACA; */
}
body
{
    background: #FFFF80;
}

table tr td
{
    background: #FFFF80;
    text-align: left;
    border: 3px double #FF0000;
    padding: 5px 5px 5px 5px;
}
table tr
{
    text-align: left;
    border: 3px double #FF0000;
    background: #FFFF00;
}
/*
.header
{
    background: #FFFFFF;
    text-align: left;
    border: 3px double #FFFFFF;
    padding: 5px 5px 5px 5px;
}
*/
table
{
    border: 0px none;
}
h1
{    
font-size: 23px;
}
h2
{
font-size: 20px;
}
hr
{
    border-style: solid;
    color: #FF0080;
    background-color: #FFFF80;
    height: 1px;
    width: 100%;
    
    }
hr.left
{
  color: #FF0080;
    background-color: #FFFF80;
    height: 1px;
    width: 10%;
    float: left;
    border: 0;
    }
.log
{
    background-color: #D7D700;
    border: 3px double #FF0000;
    width: 94%;
    padding: 5px 10px 5px 5px;
    }
.rev
{
    float: left;
}
.date
{
    float: right;
}
table#platform tr td
{

   text-align: center;
}                    

table#platform tr td.first
{

   text-align: left;
}                    


