p {
	font-family : sans-serif;
	font-size : smaller;
	line-height : 135%;
	font-weight : lighter;
	margin-left : 5%;
} 
body {
	background-color : #FFFAF0;
}
h1, h2, h3, h4, h5 {
	font-family : sans-serif;
	font-style: normal;
	font-weight : bold;
	color : #333300;
}  
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 : #333300;
	font-style : normal;
}
.outside a:link {
	color : #556B2F;
}
.outside a:visited {
	color : #333300;
}
.outside a:active {
	color : #8FBC8F;
}
h6.outside {
	font-size : 80%;
	font-family : sans-serif;
}
p.outside {
	font-size : 95%;
}
h1.outside {
	font-size : 220%
}