body {
	font-family: "courier new", couruer, "times new roman", serif;
	font-size: 14px;
	color: #000;
	}

#main {
	width: 614px;
	margin: 15px auto;
	}

#content {
	padding: 0 10px 0 10px;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	}
	
a:link, a:visited {
color: #F00;
text-decoration: none;
}

a:hover, a:active {
color: #FFF;
background-color: #000;
text-decoration: none;
}
	