@charset "utf-8";
/* CSS Document */

body	{font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size: .8em; color: #FFFFFF; margin: 0px; padding: 0px; background-color: #000;}

dt {padding-bottom: 2px; padding-top: 4px; border-bottom: 1px dotted #999999;}
dd {position: relative; left: -15px;}

div.rediscover {padding: 2px 10px 4px 10px; background-color: #000000;color: #ffffff; text-align: left; font-size: 12px; vertical-align: top;}

.title {color: #7ac4e6; font-weight: bold; font-size: 16px;}
.title2{border-top: 1px dotted #999999; padding-top: 8px; font-size: 14px; font-weight: bold; clear: both; color: #7ac4e6;}

p.article{border-top: 1px dotted #999999; padding-top: 8px; clear: both;}

a:link {color:#66CCFF; text-decoration: none;}     /* unvisited link */
a:visited {color: #66CCFF; text-decoration: none;}  /* visited link */
a:hover {color: #999999; text-decoration: none;}   /* mouse over link */
a:active {color: #ffffff; text-decoration: none;}   /* selected link */
a.nav:link {color: #ffffff; text-decoration: none;}     /* unvisited link */

a.nav:visited {color: #ffffff; text-decoration: none;}  /* visited link */
a.nav:hover {color: #999999; text-decoration: none;}   /* mouse over link */
a.nav:active {color: #ffffff; text-decoration: none;}   /* selected link */



a.bottom:link {color:#66CCFF; text-decoration: underline; padding: 0px 10px 0px 10px;}     /* unvisited link */
a.bottom:visited {color: #66CCFF; text-decoration: underline; padding:0px 10px 0px 10px;}  /* visited link */
a.bottom:hover {color: #999999; text-decoration: none; padding: 0px 10px 0px 10px;}   /* mouse over link */
a.bottom:active {color: #ffffff; text-decoration: underline; padding: 0px 10px 0px 10px;}   /* selected link */


