@charset "UTF-8";
/* CSS Document */

/* General code */

body {
	background: black;
	color: #fff;
    margin: 0;
	font: 18px "Josefin Sans Std Light", "Arial Narrow", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    text-align:center;
}

a {
	color: 	orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pg {
	padding: 10px;
}

.footing {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #999999; letter-spacing: 4pt}
