p {
	font-family : sans-serif;
	font-size : smaller;
	line-height : 140%;
	font-weight : lighter;
	margin-left : 5%;
} 
body {
	background-color : #1A0E12;
}
h1, h2, h3, h4, h5 {
	font-family : sans-serif;
	font-style: normal;
	font-weight : bold;
	color : #333300;
	margin-left : 3%;
}  
h1 {
	font-size : 145%;
}
h2 {
	font-size : 130%
}
h3 {
	font-size : 105%
}

a:link {
	color : #663300;
}
a:visited {
	color : #663333;
}
a:active {
	color : #cc3300;
}
.outside {
	font-family : monospace;
	font-weight : bolder;
	color : #F2BD42;
	font-style : normal;
}
.outside a:link {
	color : #F2BD42
	}
.outside a:visited {
	color : #F1C68B;
}
.outside a:active {
	color : 	#FAC205;
}
h6.outside {
	font-size : 90%;
	font-family : sans-serif;
}
p.outside {
	font-size : 95%;
}
h1.outside {
	font-size : 200%
}
.inside {
	font-family : sans-serif;
	line-height : 120%;
	font-weight : lighter;
	padding: 5px;
	background-color : #332D2D;
	margin-bottom : 10px;
	border:solid;
	border-width:1px;
	border-color:#4C4343;
}
.left { 
	float:left; 
	margin:5px; 
	border:solid; 
	border-width:1px; 
	}