div.HeadDiv {background-color:#008000;color:#ffffff}  /* This is the top div above the menu bar */
#title {color:#fffff0;font-family:sans-serif;font-size:20px;} /* This is the main title in the top div */
#group {color:#ffffff;font-size:larger;}  /* This is the group name in the top div */
ul.menu2 {background-image:#fff linear-gradient(#006400, #000000);}  /* this is the colour of the menu bar */
.menu2 li a {color:#aaaaaa;}  /* this is the text colour of the menu bar */
#AccountName {color:#c0c0c0;font-size:smaller;}  /* this is the member name in the top div */
main {background-color:#000000;}  /* This is the bg colour at the left and right edges */
#content {color:#ffffff;background-color:#001a00;}  /* This is the text and background colour of the centre part of the main page */
#foot {background-color:#006400;color:#c0c0c0;}  /* This affects the footer */
.modal {color:white;background-color:green;} /* this applies to modal pop-up boxes such as log-ins */
.email {color:white;background-color:green;} /* basic formatting for emails */ 
