body { 
	background-color:#F8C8DC; 
	font-weight:bold; 
	font-family:Arial; 
	font-size:16px;
	color: white;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}

p {
	font-size: 16px;
}
a { 
	font-weight:bold; 
	font-family:Arial; 
	color: #df88ac;
	text-decoration: none;
}

container {
	width: 100%;
	height: 100%;
}

article {
	width:720px;
	border:0px solid #000;
	text-align:left;
	color: black;	
	font-size: 12px;
}
