a, a:visited
    {
    color: gray;
    }

.comment a, .comment a:visited
    {
    font-style: italic;
    text-decoration: underline;
    }

body
    {
    text-align: center;
    background-color: white;
    }

input, textarea {
    background-color: white;
    }

table
    {
    width: 90%;
    }

th
    {
    background-color: #ccccff;
    text-align: left;
    }

td
    {
    text-align: left;
    }

h5
    {
    font-family: arial;
    font-size: 0.6em;
    margin-bottom: 0;
    text-align: left;
    }

.indexlink, .indexlink:visited {
    color: black;
    }

.content {
    color: black;
    white-space: pre;
    text-align: left;
    }

.comment {
    color: gray;
    /* display: inline; */
    white-space: normal;
    }

#menu
    {
    color: black;
    background-color: #ccccff;
    font-family: Courier;
    font-weight: normal;
    padding: 2px;
    padding-left: 0.5em;
    border: solid 1px black;
    text-align: left;
    }

#menu a
    {
    text-decoration: none;
    color: black;
    font-size: smaller;
    font-weight: normal;
    }

#main
    {
    text-align: left;
	margin: 0 1em;
	width: 60em;
	border: none 1px red;
    }

#footer
    {
    color: gray;
    text-align: left;
    width: 450px;
    margin-left: 0.75em;
	margin-top: 1em;
    }

#index
	{
	width: 90%;
	}
