@charset "iso-8859-1";
/* author: stevep@mailinator.com */
/* Creation date: 27/06/2005 */
/* default Body Style to apply */
body {background-image: url("images/bg1.jpg")}
body {background-color: #808080;}
body {background-repeat: repeat-y;}
body {background-position: top left;}
body {font-family: serif;}
body {font-weight: normal;}
/* End of Body style */

/*
Set up the CSS rules for links - change colour on hover and visit
								Font size to 150% of rest of text
*/
a.one:link {color: SILVER}
a.one:visited {color: SILVER}
a.one:hover {color: #ffffff}
a.one {font-size: 150%}
/* end link rule */

/* list */
ul.one {font-size: 200%}
ul.one {color: black}
/* End List */

/*
Set up the CSS rules for  body text
Font size to 250% of rest of text
*/

font.htext {color: black}
font.htext {font-size: 150%}
/* end text rule */

/*Table data*/

table.one {color: black}
table.one {font-size: 150%}
/* End Table data*/

/* Toolbar - menu*/
.toolbar {
/*background-color: #000000;*/
padding: 5px 0px 5px 0px;
}
.menu {
border-right: 1px solid white;
text-decoration: none;
background-color: #009900;
padding: 5px;
color: white;
font-family: serif;
font-size: 15pt;
font-weight: bold;
}
.menu:hover {
background-color: #00ffbb;
}
/* End Toolbar - menu */

