@charset "UTF-8";
/* CSS Document */
body{
	background:#282c2d;
	font-family: Rockwell, Futura, Helvetica, Arial, sans-serif;
	color:#333;
	font-weight:lighter
	}
	
	
b, strong
	{
	font-weight: 600; color:#8f3c36
	}

i, em
	{
	font-style: italic; color:#8f3c36
	}
	
	
a {
	color:#205b6f; text-decoration:none;}
a:hover {
		color:#32acf2; text-decoration:none;}

table {
	margin:10px;
	padding:10px
	}
	
h1 {
	text-transform: uppercase;
	font-weight:400;
	font-size:2.3em;
	margin-top:3px;
	color:#335887
}	
	
h2 {
	text-transform: uppercase;
	font-weight:500;
	color:#bc462c
}

h3{
	text-transform: uppercase;
	font-weight:500;
	color:#446b49
	}

h4{}

.content {
	display:block;
	background-color: #e2e5d4;
	width:55%;
	border: 8px solid #4b5242;
	margin: 1em auto 1em auto;
	padding:1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
