@charset "utf-8";
/* CSS Document */

body{
	background-color:#e8e2e1;
	}
h1{
	text-transform:uppercase;
	}
a{
	color:#cd2442;
	text-decoration: underline;
	font-weight:bold;
	}
p{
	font-size:1.2em;
	}