@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a {
	color:black;
	text-decoration:none;
	}
	
a:visited {
	color:black;
	text-decoration:none;
	}
	
a:hover {
	color:#842A27;
	text-decoration:underline;
	}
	
#wrapper {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	}
