@charset "UTF-8";
/* CSS Document */

/*GENERAL*/
* {
	margin:0;
	padding:0;
	border: 0;
}
body {
	font-family:Georgia;
	color:#231F20;
	background-color:#F499C1;
}
	
#content {
	position:relative;
	border-top: 2px solid #231F20;
	border-bottom: 2px solid #231F20;
	width: 308px;
	height: auto;
	left: 54px;
	top: 54px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
}
a {
	color:#231F20;
}
a:hover {
	color:#231F20;
}
p {
	margin-bottom:10px;
}
strong {
	font-weight: bold;
}
