body {
        background: transparent url(/pics/bg3.gif) top left repeat;
        font-family: arial, helvetica, sans-serif;
        background-color: #FF88D7;
}
img {
        display: block;
        border: 1;
}
h1,h2,h3,h4,h5,h6 {
        text-align: center;
}

p {
        text-indent: 30px;
        background-color: #FFFFFF;
        padding: 10px;
}
ul {
        text-indent: -15px;
        list-style-type: none;
}
a:hover {
        text-decoration: underline;
        color: #FF50F5;
}
a:link {
        text-decoration: none;
        color: #FF50F5;
}
a:visited {
        text-decoration: none;
        color: #FF50F5;
}
table {
        border-style: solid;
        background-color: #FFFFFF;
        border-width: 2px;
        border-color: black;
}
th {
        font-size: 25px;
        background-color: #C5FFC7;
}
sub {
        display: block;
}

#content {
        margin-left: 205px;
        padding: 5px;
        width:  400px;
}
#left {
        padding: 5px;
        width: 200px;
        height: 700px;
        left: 0px;
        position: absolute;
}
#menu {
        text-align: left;
        border-color: black;
        border-width: 2px;
        background-color: #FFFFFF;
        font-weight: bold;
        border-style: solid;
}
#catlist {
        list-style-type: none;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        vertical-align: top;
        background-image: url(/pics/nbg.jpg);
        height: 313px;
        width: 400px;
}

.page_nav {
        color: #000000;
        padding: 10px;
   width: 50%;
   text-align: center;
        background-color: #C5FFC7;
} 
.page_nav>a {
        color: #000000;
        font-size: 20px;
}
