@charset "UTF-8";
/* CSS Document */


body {
	background-color:261213;
	text-align: left;
}
H1 {
	font-weight: bold;
	font-size: 20px;
}
H2 {
	font-weight: bold;
	font-size: 14px;
}
P {
	font-size: 14px;
}
#main {
	width: 350px;
	background-color: #FFF;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	text-align: left;
	}
	
a:link, a:hover, a:visited, a:active {
	color: #000;
	text-decoration: none;
	}

	
