body {
	color: #000000;
	background-color: #996666;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "times new roman", serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	speak: normal;   /* spell-out */
	speak-numeral: continuous;  /* digits */
	speak-punctuation: none; /* code */
	speech-rate: slow;
	voice-family: female;
	volume: 40;
	width: 640px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 6px double #000000;
	}

.canvas {
	color: inherit;
	background-color: #ffffff;
	}
	
.menu {
	float: right;
	position: fixed;
	top: auto;
	right: auto;
	bottom: auto;
	left: 660px;
	width: 140px;
	color: inherit;
	background-color: #ffffff;
	text-align: center;
	border: 2px solid #000000;
	padding: 0px;
	}
	
.menutitle {
	color: inherit;
	background-color: inherit;
	font-family: "times new roman", serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 700;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
p.menuitem {
	color:inherit;
	background-color: inherit;
	}

p:hover.menuitem {
	color: inherit;
	background-color: #ffffcc;
	}

.header {
	text-align:center;
	border-bottom: 3px solid #996666;
	padding: 10px 0px 10px 0px;
	}

h1 {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 2px 0px;
	font-family: "times new roman", serif;
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 700;
	word-spacing: normal;
	letter-spacing: 0.2em;
	}

h2 {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 2px 0px;
	font-family: "times new roman", serif;
	font-size: 18px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 700;
	word-spacing: normal;
	letter-spacing: normal;
	}

h3 {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 10px 0px;
	font-family: "times new roman", serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-decoration: underline;
	word-spacing: normal;
	letter-spacing: normal;
	}

div.content {
	padding: 10px;
	}
	
div.footer {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

a:link { 
	color: #000099;
	background-color: inherit;
	text-decoration: underline;
	text-align: center;
	}  

a:visited { 
	color: #000099;
	background-color: inherit;
	text-decoration: underline;
	text-align: center;
	} 

a:hover {
	color: #ff0000;
	background-color: inherit;
	text-decoration: underline;
	text-align: center;
	} 
	
a:active { 
	color: #ff0000;
	background-color: inherit;
	text-decoration: underline;
	text-align: center;
	}   

.underline {
	text-decoration: underline;
	}
	
.bold {
	font-weight: 700;
	}
	
.italic {
	font-style: italic;
	}

.boldunderline {
	font-weight: 700;
	text-decoration: underline;
	}

.smallcaps {
	font-variant: small-caps;
	}

p:first-letter {}

p:first-line {}

ul {
	list-style-type: none;
	}

li {
	height: 2em;
	border: 1px solid #ffffff;
	}
