<!-- rueblaes.css -->

a:link { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover { font-weight:bold; color:#E00000; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }

a:link{text-decoration:none;font-weight:bold;color:darkblue;}
a:visited{text-decoration:none;color:blue;}
a:hover{text-decoration:underline;font-weight:bold;color:lightblue;}

th {text-valign:top;padding: 0.5ex; }
td {text-valign:top;padding: 0.5ex; }
.reqMark {color: #F00; padding: 0 4px;}


div.boxColor4 {
background: #C0C0C0;
padding: 0.5em;
border: solid; border-width: thin; width: 80%; text-indent: 2em;}

