html {
	background-color: #0F0F0F;
}

body {
	background: black;
	border:groove 1px grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	font-family: Verdana, Arial, sans-serif;
}

.clear {
	clear: both;
}


img {
	border: 0;
}

a:hover {
	opacity: 0.9;
}


article a {
	text-decoration: none;
	color: #DDDDDD;
}

article a:hover {
	opacity: 0.7;
	color: #FFFFFF;
}

.greybg {
	background-color: #0F0F0F;
}


