html { 
background-color: #000000;
font-family: 'Cinzel', serif;;
line-height: 1.5em;
font-size: 12px;
margin: 40px;
border: 0px #000000 solid;
}

{
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

.circle {
	height: 225px;
	width: 225px;
	border: 1px solid #000;
	border-radius: 50%;
	margin: 10px 0;
}

.boxes_container {

}

.content_box {
	width: 350px;
	height: 600px;
	border: 1px solid #000;
	float: left;
	margin-right: 40px;
	margin: 0 40px 40px 0;
}

h1 {font-size: 40px;
line-height: 25px;
color: #fff;
font-weight: normal;
text-decoration: none; 
border: 0px solid;
border-color: #000000; }

h2 {
font-size: 26px;
line-height: 20px;
text-align: left;
color: #fff;
font-weight: normal; }

h3 {
font-size: 11px;
line-height: 20px;
text-align: left;
color: #fff;
font-weight: normal; }

p {
font-size: 16px;
line-height: 20px;
text-align: left;
color: #fff;
font-weight: normal; }

a:link {

color: #fff;
text-decoration: none;
} 

a:visited {
color: #fff;
text-decoration: none;
 }

a:hover {
color: #666;
}

a:active {
color: #fff;
text-decoration: none; }

.bottom_stuff {
	clear: both;
}