body {
    font-size: 90%;
    color: white;
    background: black;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
}

body, html {
    height: 100%;
    overflow: auto;
}

img {    
	border-width: 0px;
    /* subtle border:          border: 1px solid #191919; */
    /* not so subtle border:   border: 6px solid #ffffff; */
}

table {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    border-collapse: collapse;
}

.title, .title:hover {
    color: white;
    background-color: inherit;
    font-size: 160%;
    font-weight: bold;
    font-family: Georgia, Times, serif;
    text-decoration: none;
	text-align:center;
}

.topbar {
    font-size: 80%;
    color: white;
    background-color: #666666;
    height: 1em;
    padding-left: .8em;
    padding-right: .8em;
    padding-top: .5em;
    padding-bottom: .5em;
    vertical-align: bottom;
}

.abouttext {
    text-align:center;
    width:600px;
}

a {
    color: gray;
    background-color: inherit;
    text-decoration: underline;
}

a.white {
    color: white;
    background-color: inherit;
    text-decoration: none;
}

a.white:hover {
    color: white;
    background-color: inherit;
    text-decoration: underline;
}

