@charset "utf-8";
/* CSS Document */

body {
	display: block;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 10pt;
	}

article {
	background-color: black;
	color: rgba(150, 150, 150, 1);
	width: 648px;
	height: 368px;
	padding: 5px;
	}

p {
	margin: 5px;
	}
	
h3 {
	color: rgba(200, 200, 200, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-stretch: expanded;
	}
	
a {
	text-decoration: none;
	color: rgba(150, 90, 90, 1);
	}
