@charset "utf-8";

/* standard */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #ffe4e9;
	font: italic 11px Arial, Helvetica, sans-serif;	
	color: #000;	
	line-height: 150%;
	}
a:active, a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}
a:hover {
	text-decoration: underline;
	color: #ffe4e9;
	background-color: #000;
	}	

/* structure */
.container {
	float: left;
	width: 250px;	
	margin: 15px;	
	padding: 10px;
	text-align: left;
	}
.top {
	float: left;
	width: 250px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
.mid {
	float: left;
	width: 250px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #000;
	}
.footer {
	float: left;
	width: 240px;	
	padding: 20px 0 20px 0;
	clear: both;
	}