/* CSS Document */
table, tr, td {
border: 1px dotted #EAEAEA;
text-align: justify;
color: #696969;
}

table a:link {color: #FF6600; text-decoration: none;}
table a:visited {color: #FF6600; text-decoration: none;}
table a:hover {color: #666600; font-weight: bold; text-decoration: none;}
table a:active {color: #666600; font-weight: none; text-decoration: underline;}

tr, td {padding: 10px;}

a:link {color: #B3B366; text-decoration: none;}
a:visited {color: #B3B366; text-decoration: none;}
a:hover {color: #666600; font-weight: bold; text-decoration: none;}
a:active {color: #666600; font-weight: none; text-decoration: underline;}




