body {
  background-color:white;
}
a:link {
 color:#0066CC;
}
a:active {
 color:#0066CC;
}
a:visited {
 color:red;
}


.TopLeft {
  position:absolute;
  top:0px;
	left:0px;
	width:225px;
	height:150px;
	background-color:black;
	color:white;
	text-align:center;
	border-bottom:3px solid black;
	font-size:12px;
}
.TopCenter {
  position:absolute;
  top:0px;
	left:225px;
	width:410px;
	height:150px;
	background-color:blue;
	text-align:center;
	color:white;
	border-bottom:3px solid black;
}
.TopRight {
  position:absolute;
  top:0px;
	left:635px;
	width:210px;
	height:150px;
	text-align:center;
	background-color:black;
	color:white;
	border-bottom:3px solid black;
	font-size:12px;
}

.main {
  position:absolute;
	left:0px;
	top:153px;
	width:835px;
	height:100%;
}

.linkslist {
  position:absolute;
	left:0px;
	padding:5px;
	top:0px;
  padding-top:20px;
  align:left;
	width:225px;
	height:auto;
  color:black;
	background-color:white;
}

.story {
  position:absolute;
	left:225px;
	top:0px;
  padding:20px;
	border-left:1px solid blue;
	border-right:1px solid blue;
	border-bottom:1px solid blue;
  text-align:justify;
	width:577px;
	height:auto;
	background-color:#CCCCFF;
	font-size:12px;
}
.forimage {
  width:auto;
	height:auto;
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
