body { 
	margin: 0; 
	background-color: #FFE0C0;
	}

.column0 { 
	position: absolute;
	top: 42px; 
	left: 42px; 
	width: 444px; 
	height: auto;
	font-family: "Monaco", andale mono, monospace;
	font-size: 9.5px;
	letter-spacing:1px;
	line-height: 17.5px;
	font-weight: normal;
	vertical-align: text-top;
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
	background-color:;
	}

.container { 
	position: absolute;
	top: 42px; 
	left: 42px; 
	right: 32px;
	width: ; 
	height: auto;
	font-family: "Monaco", andale mono, monospace;
	font-size: 9.5px;
	letter-spacing:1px;
	line-height: 17.5px;
	font-weight: normal;
	vertical-align: text-top;
	background-color: ;
	}

.inner { 
	position: ;
	top: 0px; 
	left: 0px; 
	width: 444px; 
	height: auto;
	font-family: "Monaco", andale mono, monospace;
	font-size: 9.5px;
	letter-spacing:1px;
	line-height: 17.5px;
	font-weight: normal;
	vertical-align: text-top;
	background-color:;
	}
	
.top-right { 
	position: absolute;
	top: 42px; 
	right: 32px; 
	background-color:none;
	border-style: none;
	}

.centered {
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -75px;
  	margin-left: -75px;
  	visibility: hidden
	}

img {
	padding-top: 0px; 
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	vertical-align: text-top;
	}

.web_img {
	padding-top: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
	}

span.title {
	text-decoration:underline;
	vertical-align: super;
	}
	
span.body {
	color:red;
	}
	
span.hidden {visibility: hidden}


a.title:link { color: black; text-decoration: none; } /* unvisited link */
a.title:active { color: black;  text-decoration: none;}  /* selected link */
a.title:visited { color: gray; text-decoration: none;} /* visited link */
a.title:hover { color: white; background: black; text-decoration: none;} /* mouse over link */

a.back:link { color: black; text-decoration: none; } /* unvisited link */
a.back:active { color: black;  text-decoration: none;}  /* selected link */
a.back:visited { color: black; text-decoration: none;} /* visited link */
a.back:hover { color: white; background: black; text-decoration: none;} /* mouse over link */


a.body:link { color: red; text-decoration: none; } /* unvisited link */
a.body:visited { color: red; text-decoration: none;} /* visited link */
a.body:hover { color: white; background: red; text-decoration: none;} /* mouse over link */
a.body:active { color: red;  text-decoration: none;}  /* selected link */


