@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);

body {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:link {color: #b27000;}
a:visited {color: #b27000;}
a:hover {color: #a1b209;}
a:active {color: #a1b209;}

h1 a:link {color: #ffffff;}
h1 a:visited {color: #ffffff;}
h1 a:hover {color: #ffffff;}
h1 a:active {color: #ffffff;}

h1 {margin-bottom: 0;}
h2 {margin-bottom: 0;}

p {
	margin-top: 0;
	margin-left: 15%;
	margin-right: 15%;
}

ul {
    list-style-type: none;
	display: inline-block;
}

li {text-align: left;}

strong {
	font-weight: bold;
	color: #a1b209;
}

em {
	font-weight: bold;
	font-style: italic;
	color: #a1b209;
}

img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
