* {
	font-size:100%;
	margin:0;
	padding:0;
}

html{
	scrollbar-track-color:#f9f9ff;
	scrollbar-face-color:#f9f9ff;
	scrollbar-shadow-color:#909090;
	scrollbar-darkshadow-color:#909090;
	scrollbar-highlight-color:#909090;
	scrollbar-3dlight-color:#909090;
	scrollbar-arrow-color:#303030;
	height:100%;
	width:100%;
}
body {
	color:#dc143c;
	background-color:#fafaff;
	line-height:1;
	height:100%;
	width:100%;
	font-size:100%;
}
h1{
	position:absolute;
	top:20%;
	bottom;50%;
	height:30%;
	left:55%;
	right:15%;
	width:30%;
	font-size:300%;
	font-family: "Times New Roman",Times,fantasy;
	color:#2222bb;
	text-align:left;
}
a:link{
    color:#143cdc;
    text-decoration:none;
}
a:visited{
    color:#000099;
    text-decoration:none;

}
a:hover{
    color:#7f00ff;
    text-decoration:none;
}
P{
    FONT-FAMILY:"MS UI Gothic",sans-serif;
}

.comments{
	position:absolute;
	top:40%;
	left:55%;
	right:15%;
	width:30%;
	font-size:100%;
	font-family: "Times New Roman",Times,fantasy;
	text-align:left;
	z-index:3;
	color:#000898;
}
.menu1{
	position:absolute;
	bottom:60%;
	left:24%;
	width:26%;
	text-align:right;
	background-color:#fffffc;
	border-bottom:1px solid;
	border-color:#143cdc;
	z-index:2;
}
.menu2{
	position:absolute;
	bottom:50%;
	left:19%;
	width:31%;
	text-align:right;
	background-color:#fffffc;
	border-bottom:1px solid;
	border-color:#021aba;
	z-index:2;
}
.menu3{
	position:absolute;
	bottom:39%;
	left:14%;
	width:36%;
	text-align:right;
	background-color:#fffffc;
	border-bottom:1px solid;
	border-color:#000898;
	z-index:2;
}
.story{
	position:absolute;
	bottom:20%;
	left:9%;
	width:41%;
	font-size:100%;
	font-family: "Times New Roman",Times,fantasy;
	background-color:#fffffc;
	border-bottom:1px solid;
	border-color:#000676;
	text-align:right;
	z-index:2;
	color:#000066;
}
.line1{
	position:absolute;
	top:0%;
	bottom:60%;
	height:40%;
	left:22%;
	right:50%;
	width:28%;
	BORDER-left: 10px solid;
	border-bottom:10px solid;
	border-color:#143cdc;
	z-index:1;
}
.line2{
	position:absolute;
	top:0%;
	bottom:50%;
	height:50%;
	left:17%;
	right:50%;
	width:33%;
	BORDER-left: 10px solid;
	border-bottom:10px solid;
	border-color:#021aba;
	z-index:1;
}
.line3{
	position:absolute;
	top:0%;
	bottom:40%;
	height:61%;
	left:12%;
	right:50%;
	width:38%;
	BORDER-left: 10px solid;
	border-bottom:10px solid;
	border-color:#000898;
	z-index:1;
}
.line4{
	position:absolute;
	top:0%;
	bottom:20%;
	height:80%;
	left:7%;
	right:50%;
	width:43%;
	BORDER-left: 10px solid;
	border-bottom:10px solid;
	border-color:#000676;
	z-index:1;
}
.line5{
	position:absolute;
	top:0%;
	bottom:0%;
	height:100%;
	left:0%;
	right:0%;
	width:100%;
	BORDER-left: 10px solid;
	border-bottom:10px solid;
	border-color:#000454;
	z-index:1;
}

