a{
	text-decoration:none;
	font-weight:bold;
}
A:link { color: #ff1493;}
A:visited { color: #ff1493;}
A:active { color: #e0ffff;}
A:hover { color: red;}

body {
	font-weight:bold;
	font-family:"Verdana", sans-serif;
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-attachment:fixed;
	color:#000000;
	background-image:url(./img_back_2.jpg);
}

.h1{
	font-size:300%;
	color:#0000CD;
	font-family:fantasy;
}
span.small{
	font-size:80%;
}

div.left{
	position:absolute;
	top:10px;
	left:20px;
	width:100%;
}
div.content_l{
	position:absolute;
	margin-left:30px;
	margin-top:30px;
}
div.title_h{
	font-size:140%;
	font-weight:bold;
	color:blue;
}
div.title{
	margin-left:30px;
	font-size:120%;
	font-weight:bold;
	color:red;
}
div.data{
	margin-left:50px;
	font-weight:normal;
	font-size:100%;
}
div.index{
	position:relative;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:5px;
	font-size:110%;
	font-weight:normal;
	background-color:#b0e0e6;
	
}

div.footer{
	position:absolute;
	right:5px;
	top:25px;
	padding:5px;
	text-align:right;
	BACKGROUND-COLOR: #dddddd;
}
