@charset "iso-8859-1";
body {
background-color: #C0C0C0;

}
/*
Set up the CSS rules for links - change colour on hover and visit
								Font size to same as the rest of text
								No underline
*/
a.one:link {color: BLACK}
a.one:visited {color: BLACK}
a.one:hover {color: WHITE}
a.one {font-size: 100%}
a.one {text-decoration: none}

/* Set up the navigation bar */

.toolbar {
background-color: ##66FFFF;
padding: 5px 0px 5px 0px;
}
.menu {
border-right: 1px solid white;
text-decoration: none;
background-color: #C0C0C0;
padding: 5px;
color: white;
font-family: serif;
font-size: 15pt;
font-weight: bold;
}
.menu:hover {
background-color: #5A8EC6;
}
/* End of navigation bar */

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }