@charset "UTF-8";

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


body {
	background-color: black;
	font-family: "PT Sans", Verdana, Arial, "Trebuchet MS", sans-serif;
	font-size: small;
	color: gray;
}

img {
	background-color: white;
}

p.links {
	text-align: center;
}

p.links-line {
	text-align: center;
	border-top: 1px solid black;
	margin: 2em 0em 1em 0em;
	padding: 1em 0em 0em 0em;
}

:link {
	color: rgb(128, 128, 180);
}

:visited {
	color: rgb(180, 128, 128);
}

