/*This will be the CSS for the whole site*/


body {background-color: #000000; font-family: arial, sans-serif; font-size: 10pt; }
table {font-family: arial, sans-serif; color: #FFFFFF; font-size: 10pt; }
/*the dates*/
.date {font-weight: bold; background-color: #6699cc; color: #FFFFFF; }

/*the menu*/
table.menu {background-color: #6699cc; border-style: dashed; border-width: thin; border-color: #FFFFFF; color: #FFFFFF; font-size: 10pt; /*position: absolute; top: 115px; left:30px;*/}

a:link {color: #ccccff; text-decoration: none;}
a:visited {color: #ccffff; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none;}
a:active {color: #ffffff; text-decoration: none;}

table.news {border-style: none; border-color: white; font-size: 12pt; /*padding-bottom: 100px; margin-left: 200px; margin-right: 200px; margin-top: 100px;*/font-family: arial, sans-serif; color: #FFFFFF; font-size: 10pt;background-color: #000000; }

.chunk {background-color: #808080; color: #ccffff; font-size: 12pt; border-style: dashed; border-color: #FFFFFF; /*position:absolute; top: 115px; right: 20px; width: 15%; height: 20%; */overflow: auto; border-width: thin;}

span.chunk {top: 50%;}

.image { border-style: dotted; border-width: thin; padding: 10px; }
/*div.header {border-bottom-style: dashed; border-bottom-color: #FFFFFF; border-width: thin; background-color: #808080; font-size: 14pt; position: absolute; top: 10px; left: 1px; width: 97%; height: 60px;}*/
