body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
	background: url(images/background.jpg) repeat;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-style:italic
}

h5 {
	font_style:italic;
	color:#D5002B;
}

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
}

ul, ol {
}

a {
	text-decoration: none;
	color:#CCCCFF;
}

a:hover {
	text-decoration:underline;
}

table {
 text-align:center;
}

#wrapper {
	background-color:#333333;
	width: 900px;
	border:#CCCCCC outset;
	margin: 100px auto;
	padding: 10px;
	text-align:center;
	display:block;
}

