body{
	background-color: Black;
	color: White;
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 0.2px;
}
img {
	border: none;
}
p{
	text-align: justify;
}
h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.1em;
	padding-bottom: 2px;
}
h3{
	font-size: 0.7em;
}
a:link, a:hover, a:visited, a:active{
	text-decoration: underline;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
a.sm {
	font-size: 0.9em;
}

.special{
	font-family: Arial, Helvetica, sans-serif;
	font-style: 10px;
	font-weight: normal;
	padding-top: 3em;
	padding-bottom: 4em;
	color: red;
	text-transform: uppercase;
}

.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #949494;
}

.navbar a{
	color: #949494;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
}
