a.red:link {color:red;}
a.red:visited {color:red;}
a.red:hover {color:black;}

.tabclass {
    border-top: dashed; border-top-color: black;
    border-bottom: dashed; border-bottom-color: black;
    border-left: dashed; border-left-color: red;
    border-right: dashed; border-right-color: red;}


a.arrow:link {color:red; text-decoration: none}
a.arrow:visited {color:red; text-decoration: none}
a.arrow:hover {color:black; text-decoration: none}

hr.black {color: black; background-color:black; height: 3px; border-width:0px;}
hr.red {color: red; background-color:red; height: 3px; border-width:0px;}

span.red {color: red;}

ul.ulclass {margin:0px; font-size: large;}

ol {margin:0px;}

td {text-align:left;}

td.right {text-align:right;}

