body {
 font-family: Arial, sans-serif;
 }

a, a:link {
 background-color: transparent;
 color: #CCDDCC;
 text-decoration: none;
 }

a:visited {
 background-color: transparent;
 color: #CCDDCC;
 text-decoration: none;
 }

a:active {
 background-color: transparent;
 color: #CCDDCC;
 text-decoration: none;
 font-style: normal;
 }

a:hover {
 background-color: transparent;
 color: #FFFFFF;
 text-decoration: none;
 font-style: normal; 
 
 }

p, td, li, dd, div {
 color: #CCDDCC;
 font-family: Arial, sans-serif;
 }

.notes {
 margin: 0px 0px 0px 20px;
 }

.hiddencontent {
 margin: 0px 0px 0px 20px;
 display: none;
 }

.labyrinth {
 color: #B0A89B;
 }

.oldupdate {
 color: #999999;
 text-decoration: none;
 }