@charset "UTF-8";

a {
	text-decoration: underline;
	color:#000;
}

a:link {
}

a:hover {
	text-decoration:none;
}

body {
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color:		#000;
	background-color:#AA67AA;
}

h1 {
	font-size: 36px;
	text-align: center;	
}

.image-center {
	text-align: center;
}

.menu {
	color: #F1ECCD;
	text-align:left;
}