/* CSS Document */

body{
	background-color:#354b59;
	color:#CCCCCC;
}

h1{
	color:#4e9aca;
}

.maintable{
	background-color:#182831;
	border:none;
	
}

.storybox{
	text-align:center;
}

a:link {
color: #FF9900;
text-decoration:none;
}     /* unvisited link */

a:visited {
color: #FF9900;
text-decoration:none;
}  /* visited link */

a:hover {
color: #354b59;
text-decoration:none;
}   /* mouse over link */

a:active {
color: #FF9900;
text-decoration:none;
}   /* selected link */
