body {
	background-color: white;
	}

#page {
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #000000;
	text-align: center;
	float: right;
	width: 100%;
}
	
.sidebar {
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: gray;
	text-align: left;
	width: 260px;
	padding: 5px;
	border: 1px solid black;
	float: right;
	}
a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: black;
	text-decoration: underline;
	}
	
h1 {    
	text-align: left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	}
	
h2 {	
   font-size: 110%;
	text-align: right;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}
	
h3 {
	text-align: center;
	font-size: 120%;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
	
hr {
	border: 1px solid black
	}
	
ul {	
	padding: 2px;
	}
	
.creepy {
	font-size: 75%;
	text-align: center;
	color: Green;
}

.browny {
	font-size: 75%;
	font: italic normal lighter;
	color: maroon;
	text-align: left;
	padding: 5px;
}

.quote {
	font-size: 75%;
	font: normal;
	color: Olive;
}

.quote2 {
	color: Olive;
}

.right {
	text-align: left;
	font-size: small;
}

.left {
	text-align: right;
	font-size: small;
}

#footer {
	text-align: center;
	font: normal normal bold smaller/normal "Courier New", Courier, monospace;
}

span {
	color: Olive;
}

cite {
	color: Teal;
}

em {
	color: Grey;
}

big {
	font: bold;
}