body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px, 20px, 20px, 20px;
	color:#666666;
}

#container {
	width: 600px;
}

h1 {
	font-size: 100%;
	color: #FF9999;
	font-weight: normal;
}

h2 {	
	font-size: 95%;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0 0 0;
}

p {
	font-size: 85%;
	padding: 0;
	margin: 3px 0 15px 0;
	line-height: 1.6em;
	color: #999999;
}

a {
	color: #FFCCCC;
	text-decoration: none;
}
a:hover, a:focus {
 color: #999999;
 text-decoration: underline;
}

a:visited {
	color: #FFCCCC;
}

.back {
	text-align: center;
}

