* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

a:link, a:visited, a:active {
	color:#666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #302e2d;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #302e2d;
	margin-bottom: 10px;
}


#container {
	margin: 20px auto;
	width: 700px;
}

#content {
	float: left;
	width: 700px;
	background-color: #ffffff;
	border: 2px solid #302e2d;
}


