/* CSS for your.site.name                                 */
/* Change colours accordingly, colours all begin with #   */
/* so for example #ffffff is white and #000000 is black   */
/* Released under GPL Licence Damian Brasher */


/* This is your basic background and font definitions */
/* table { background: #eff5ff; font-family: "Century Gothic", "Franklin Gothic Medium", "URW Gothic L", serif } */
table { background: #eff5ff; font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;}

/* for the left hand navigation bar */
.nav {background-color:#eff5ff;} 
.nav p {background-color:#5b9d6f;}  

/* large header not used but available if required */
h1 {font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; font-size:26pt; 
color:#000000; background-color:#eff5ff; text-align:right; padding:6px; 
margin:1px; font-weight:normal;}

/* paragraphs with small font and contrasting background */
p.color01_small { background-color:#eff5ff; color: #000000; font-size: 9; 
font-weight: 500; padding-right: 30; padding-left: 30}

/* paragraphs with medium font and no contrasting background */
p.color01_medium { color: #000000; font-size: 14; font-weight: 500; 
padding-right: 30; padding-left: 30; text-align:left; }

/* paragraphs with large font and no contrasting background */
p.color01_large { color: #5b9d6f; font-size: 18; font-weight: 800 }

/* medium sized link */
p.link_medium { color: #FFFFFF; font-size: 12; font-weight: 590; 
padding-right: 30; padding-left: 30 }

/* paragraphs with small font and no contrasting background */
p.color02 { color: #5b9d6f; font-size: 9; font-weight: 500; text-align:center }

/* font with defined colour */
font.color02 { color:#5b9d6f; } 

/* plain list */
ul.plain { list-style-type: none; width:100%;}

/* list with bullet points */
ul.disk { list-style-type: disk; color: #ffffff; font-size: 10; font-weight: 500; }

/* link colour */
a {      color: #5b9d6f; font-size: 14; font-weight: 590
          display:block; 
         text-decoration:none;
         }

/* link remains same colour even during activate and after visit*/
a:active; a:link, link:visited { 
         color: #5b9d6f;
	 text-decoration: none;
         }

/* when hover over a link with mouse changes to this colour */
a:hover { 
	 color: #000000;
         }

