body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #211F20;
	color: #ffffff;
	text-align:center;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: center;

}
A:link {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #BA0017; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}

img {
	border: none;
}


