h1 {	font-family: sans-serif;
	font-size: 32px;
	color: #8B0000;
	font-weight: bold;
	text-align: center}

h2 {	font-family: sans-serif;
	font-size: 25px;
	color: #8B0000;
	font-weight: bold}

body {	margin-left: 100px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	color: #41442D}

a:link {color: #41442D;
	text-decoration: none}

a:visited {color: #41442D;
	text-decoration: none}

a:hover {color: #8B0000;
	text-decoration: none}
