/*
*whisperingboxtitlepage.css
*StyleSheet from Me for Whispering Box Mystery Book
*title page
*/

a:link {
	color: Blue;
}
a:visited {
	color: black;
}
a:active {
	color: green;
}
a:hover {
	color: red;
}

#navigation a{
	display: block;
	padding: 20px;
}

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;
}

#series{
	font: 1.25em Arial;
	text-align: center;
}

#title{
	font: 900 3em Times New Roman;
	text-align: center;
}

#author{
	font: bold 1.5em Arial;
	text-align: center;
}

#publisher{
	font: 1em Arial;
	text-align: center;
}

#pub-city{
	font: 1em Times New Roman;
	text-align: right;
}

#copyright{
	font: 0.8em Times New Roman;
	text-align: center;
}