body {
            color:silver; 
 background-color:gray; 
}


#a1 {
          padding: 8px;
           margin: 0px auto;
            color:yellow; 
 background-color:black; 
 width           : 640px;
 height          : 160px;
 text-align : left;
}

#a2 {
          padding: 8px;
           margin: 0px auto;
            color:white; 
 background-color:red; 
 width           : 640px;
 height          : 160px;
 text-align : left; 
}

#a3 {
          padding: 8px;
           margin: 0px auto;
            color:blue; 
 background-color:yellow; 
 width           : 640px;
 height          : 160px;
 text-align : left; 
}

a.leftmenu:link,
a.leftmenu:hover,
a.leftmenu:visited
 {
display : block; 
padding-top : 2px; 

padding-right : 2px; 
padding-bottom : 2px; 
padding-left : 2px; 
width : 180px; 
font-weight : normal; 
text-align : left; 
} 
a.leftmenu:hover
{
background-color:#FFFF99; 
} 
            a:link    { color:#4444cc; text-decoration:underline; }
            a:visited { color:#4444cc; text-decoration:none;      }
            a:hover   { color:#F20953; text-decoration:underline; }
            a:active  { color:#000000; background-color:#FFFF99; font-weight:bold; }
           body { font-family:Arial,sans-serif; }
.rellink           {                            color : #FFFFFF; } 
.rellink a:link    { text-decoration:underline; color : #FFFFFF; } 
.rellink a:visited { text-decoration:underline; color : #FFFFFF; } 
.rellink a:hover   { text-decoration:none;      color : #000000; background-color : #FFFFFF; }
