@charset "utf-8";
/* CSS Document */

body{
	font-size:62.5%; /*equals 10px*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
}
h1{
	font-size: 25px;
	color:#912D63;/*purple*/
	padding-bottom:-10px;
	margin-bottom:-20px;
}
p{
	font-size: 16px;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
}

a{
	color: #912D63;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active, a:focus{
	color: black;
	text-decoration: underline;
}
#Container {
	width: 700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:150px;
}
#Logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 275px;
	margin-left: 0px;
	margin-right:40px;
	text-indent: -9999px;
	float:left;
}
