body {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
}
.sidebar {
	background-color: #FFCC99;
	display: none;
}
.title {
	font-size: 50px;
	text-align: center;
}
h1 {
	font-size: 24px;
	text-align: center;

}
h2 {
	font-size: 18px;
	text-align: center;

}
.tagline {

	font-size: 16px;
	text-align: center;
	padding: 5px;
}
p {

	font-size: 16px;
}
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
