body {
margin:0;
padding:0;
overflow: hidden;
}

#container {
	width: 500px;
	height:600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color:#FFFFFF;
	
}

.inner {
	width: 451px;
	height:500px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	color:#FF0000;
	font-weight: -250;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: 2px;
}

.content2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 67px;
	letter-spacing: 10px;
	color: #000000;	
	font-weight: lighter;
}

a:link {text-decoration: none; color: #000;}
a:visited {text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #000;}
