	body {		font-family:Verdana, Arial, Helvetica, sans-serif;		color:#000000;	}		h2 {		font-size:14px;		font-weight:600;		color:#AA0000;	}		#main {		position: absolute;		width:500px;		height:330px;		left:50px;		top:50px;		padding:2em;		background-color:#99FFFF;	}	.link_prev {		float:left;		text-decoration:none;	}		.link_next {		float:right;		text-decoration:none;		}			#links {		position:absolute;		top:450px;		background-color:#FFDFAA;		width:500px;		left:50px;		height:10px;		padding:2em;	}	
