BODY { font-family: Arial, Verdana, Sanf-serif;
       font-weight: normal; font-size: small;
       background-color: rgb(0,102,255);
       color: white; }
.roadsign_blue { color: rgb(0,102,255); }
.roadsign_yellow { color: rgb(255,204,51); }
.roadsign_red { color: rgb(255,0,51); }
.roadsign_green { color: rgb(0,153,0); }
.roadsign_orange { color: rgb(217,118,23); }
/* Menu style */
TABLE.menu { background-color: rgb(255,0,51); color: black; }
TABLE.menu TR TD { background-color: rgb(255,204,51); font-weight: bold; }
.menuitem { font-weight: bolder; font-size: x-small; }
A.menulink:link { color: black; text-decoration: none; }
A.menulink:visited { color: black; text-decoration: none; }
A.menulink:active { color: rgb(217,118,23); text-decoration: none; }
A.menulink:hover { color: rgb(255,0,51); }
/* Default link style */
A:link { color: yellow; text-decoration: underline; }
A:visited { color: yellow; text-decoration: underline; }
A:active { color: red; }
A:hover { color: rgb(217,118,23); text-decoration: underline; }

IMG { border-color: rgb(27,27,27) }

TABLE.gallery TR TD { background-color: white }


