/* Media Display Styles */

body {
	font: small Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	background: #fff;
	margin: 10px;
	text-align: center;
	}
	
h1 {
	font-size: 1.1em;
	color: #880000;
	}

p {
	font-size: .9em;
	}
	
a:link {
	color: #880000;
	}

a:visited {
	color: #880000;
	}

a:hover {
	color #000;
	text-decoration: none;
	}