/*
*whisperingbox.css
*StyleSheet from Me for Whispering Box Mystery Book
*/

a:link {
	color: Blue;
}
a:visited {
	color: black;
}
a:active {
	color: green;
}
a:hover {
	color: red;
}

#navigation a{
	display: block;
	width: 150px;
}

h1{
	text-align: center;
	color: #814214;
	font-weight: 900;
}

h2{
	text-align: left;
	color: #814214;
	font: small-caps;
}

h3{
	text-align: left;
	color: #814214;
	font: small-caps;
}

body{
	margin-left: 5%;
	margin-right: 5%;
	background: url(../img/background/beige043.gif);
	color: #814214;
	font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
}

p{
	text-indent: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
