body {
        background-color: White;
        font-family: Georgia, "Times New Roman", Times, serif
}

h1, h2, h3, h4, h5, h6 {
        margin: 0;
        font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}
h1 {
        visibility: hidden
}

ul {
        margin: 0.1em
}
ul.linklist li {
        list-style-image: url(../../img/CircleArrow.jpg);
        list-style-type: disc;
}

div {
        border: 0.15em /*solid Black*/;
        padding: 0.2em;
        margin: 0.2em;
}
div.contents {
        margin-right: 29em
}
div.sidebar {
        border: solid Black;
        margin-top: 0em;
        float: right;
        width: 27em
}
div.header {
        background: transparent url(../../img/Name.bmp)
        no-repeat scroll left top;
        width: 629px
}
div.footer {
        clear: both;
        border: 0;
        border-top: medium solid
}
