body {
	background-repeat: no-repeat;
	font-variant: small-caps;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	margin-top: 5%;
	width: auto;
	background-color: #2f2f2f;
	color: #f0f0f0;
	word-wrap: normal;
	font-size: 12pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1 {
	line-height: 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 17pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h2 {
	font-size: 14pt;
}

a {
	color: #f0f0f0;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	font-variant: small-caps;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a:visited {
	color: #bebebe;
}

a:hover {
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	color: #ff4934;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-shadow: 0px 0px 0px #c4c4c4;
	font-variant: small-caps;
}

a:active {
	color: #c53626;
}

