body {
		font-family: Georgia, Times New Roman, Times, serif;
		margin:0px 0px 0px 0px;
		background: #FCF0F1;
		color: #EBBABD;
		text-align: center;
}


.container
{
		font-family: Georgia, Times New Roman, Times, serif;
		font-size:12px;
		position: absolute;
		left: 300px;
		top: 20px;
}

.container2
{
		font-family: Georgia, Times New Roman, Times, serif;
		font-size:12px;
		position: absolute;
		left: 150px;
		top: 10px;
}


.box
{

		background: rgb(255, 250, 252);
		color: #6D4243;
		padding: 5px;
		border: #A2DF54 3px dashed;
}



h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
	

a:link{
	color: #677D62;
	text-decoration: none;
}

a:hover, active  {
	color: #677D62;
	text-decoration: underline;
}

a:visited{
	color: #677D62;
	text-decoration: none;
}

