@charset "UTF-8";
html{
	-webkit-text-size-adjust: 100%;
}

body{
	background: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height: 120%;
	color: #FFF;
	font-size: 13pt;
	background-image: url(images/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:visited{
	color: #0F0;
}

a:hover{
	color: #0C0;
	text-decoration: none;
}

.mainbox{
	background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #FFF;
	border-radius: 15px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

h1, h2{
	line-height: 40%;
	padding-left: 15px;
	letter-spacing: 130%;
}

h2{
	font-weight: normal;
}

.navbar{
	width: 560px;
	background: #006600;
	text-align: center;
}

.navbar ul{
	list-style-type: none;
}

.navbar li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	left: -20px;
}

li.active a{
	pointer-events: none;
	cursor: default;
	font-weight: bold;
}

.navbar a{
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.navbar a:hover{
	background: #009900;
	text-decoration: underline;
}

.pagecontent{
	padding-left: 10px;
	padding-right: 10px;
}

p{
	font-size: 13pt;
	text-indent: 1.5em;
}

.quote{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	font-size: 15pt;
}