a.bar_top:link {color: white; text-decoration: none;}     /* unvisited link */
a.bar_top:visited {color: white; text-decoration: none;}  /* visited link */
a.bar_top:hover {color: black; text-decoration: none;}   /* mouse over link */
a.bar_top:active {color: white; text-decoration: none;}   /* selected link */

a.bar_bottom:link {color: white; text-decoration: none;}     /* unvisited link */
a.bar_bottom:visited {color: white; text-decoration: none;}  /* visited link */
a.bar_bottom:hover {color: blue; text-decoration: none;}   /* mouse over link */
a.bar:active {color: white; text-decoration: none;}   /* selected link */


td.bar_top{
background-color: #A50000; 
width: 100%; 
height: 30px; 
border-bottom: 1px solid black;
border-top: 1px solid black;
color: white;
font-size: 15px;
}

td.bar_bottom{
color: white;
width: 100%; 
height: 30px; 
font-size: 14px;
}

body.bar{
background: url(bottom_grad.jpg) repeat-x;
}

.sides{
background-color: #A99A38;
}