/* 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 css is valid checked by http://jigsaw.w3.org/css-validator/ */


/* This is your basic background and font definitions */
table { background: #ffffff; font-family: "Century Gothic", 
"Franklin Gothic Medium", "URW Gothic L", serif }

/* for the left hand navigation bar */
.nav {background-color:#e6efff;} 
.nav p {background-color:#5b9d6f;} 

/* large header not used but available if required */
h1 {font-family:Verdana, Tahoma, Arial, sans-serif; font-size:26px; 
color:#000000; background-color:#e6efff; text-align:right; padding:6px; 
margin:1px; font-weight:normal;}

/* paragraphs with small font and contrasting background */
p.color01_small { background-color:#e6efff; color: #000000; font-size: 11px; 
font-weight: 500; padding-right: 30px; padding-left: 30px}

/* paragraphs with medium font and no contrasting background */
p.color01_medium { color: #4B5884; font-size: 16px; font-weight: 500; }

/* paragraphs with large font and no contrasting background */
p.color01_large { align:center; color: #80c4df; font-size: 30px; font-weight: 800 }

/* medium sized link */
p.link_medium { color: #FFFFFF; font-size: 14px; font-weight: 500}

/* paragraphs with small font and no contrasting background */
p.color02 { color: #80c4df; font-size: 12px; 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.disc { list-style-type: disc; color: #ffffff; font-size: 14px; font-weight: 500; }

/* link colour */
a {      color: blue; font-size: 16px; font-weight: 500;
         }

/* 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;
         }

