@CHARSET "UTF-8";

/************************************
* General Styles
************************************/
.scoutcolourone {
    color: gray;
}

.scoutcolourtwo {
    color: black;
}

.scoutcolouroneback {
    background-color: white;
}

.scoutcolourtwoback {
    background-color: white;
}

/************************************
* Content Styles
************************************/
ul.horcenter,dl.horcenter,p.horcenter {
    width: 100%;
}

/************************************
* Image Styles
************************************/
img.small {
    width: 3.5em;
    height: 3.5em;
}

img.logo {
    width: 5em;
    height: 3em;
}