@charset "utf-8";
/* CSS Document */

body {
	background-color: #642626;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: white;
	font-size: 110%;
}
#wrapper{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

h1 {
color: white;
font-size: 180%;
text-align:	center;
}

header {
	text-align: center;
}

.button_right{
	float: right;
	vertical-align: middle;
}

a:link{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #E4F101;
	font-size: 80%;
	font-weight: 800;
}

a:visited{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 80%;
	color: burlywood;
}

.button_left {
	float: left;
	vertical-align: middle;
}

footer {
	text-align: center;
	font-size: 100%;
	color: black;
	font-weight: 200;
}
