html {
background-color: #000000;
}

body {
	background-color: #000000;
        color: #454545;
        width:  850px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        padding: 15px;
}

p {
        font-family: Arial, sans-serif;
	font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
}

.note {
        color: #8b795e;
        font-family:  "Times New Roman", serif;
        font-size: 15px;
        text-align: right;
}

.note2 {
        color: #330000;
        text-variant: small-caps;
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 20px;
        text-align: center;
}


a:link {
	color: #454545;
	text-decoration: underline;
}

a:visited {
	color: #454545;
	text-decoration: underline;
}

a:hover {
	color: #454545;
	text-decoration: underline;
}

a:active {
	color: #454545;
	text-decoration: underline;
}

img {
        border: 1px solid #8b795e;
}

img.title {
        border: 0;
}

a.enter {
        color: #330000;
        font-variant: small-caps;
}