body {
background: #fff url(http://www.loissoftware.co.uk/loisweb/img/left_bg.gif) repeat-y;
color: #111;
}

/* NAV START */

a.nav {
font-size: 13px;
font-weight: normal;
text-decoration: none;
background-color: #eeeeee;
}

a.nav:link {
color: #222;
font-weight: normal;
text-decoration: none;
background-color: #eeeeee;
}

a.nav:visited {
color: #222;
font-weight: normal;
text-decoration: none;
background-color: #eeeeee;
}

a.nav:hover {
background-color: #9a9be5;
color: #e8e8e8;
text-decoration: none;
font-weight: normal;
}

a.nav:active {
color: #fff;
text-decoration: none;
background-color: #ccc;
}

/* NAV SECTION START */

a.navSection {
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-color: #eeeeee;
}

a.navSection:link {
color: #222;
font-weight: bold;
text-decoration: none;
background-color: #eeeeee;
}

a.navSection:visited {
color: #222;
font-weight: bold;
text-decoration: none;
background-color: #eeeeee;
}

a.navSection:hover {
background-color: #9a9be5;
color: #e8e8e8;
text-decoration: none;
font-weight: bold;
}

a.navSection:active {
color: #fff;
background-color: #ccc;
font-weight: bold;
text-decoration: none;
}

/* EOF */
