body {/* Default styling for everything that is un-styled and doesn't inherit*/
	color:#cfcfcf;
	background-color:#000000;
	font: "Trebuchet MS", "Times New Roman", Georgia;
}

blockquote{
	background-color: #222;
	border: 1px solid #555;
}

code, pre {
	background-color: #222222;
}
pre {
	border: 1px solid #555;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #eee;
	padding: 20;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #eee;
}

/* Standard Styles */
a {
	color:#227ad1;
}
a:visited {
	color: #227ad1;
}

table, th {
	border: 1 solid #ccc;
}

/************** .news styles ***************/

.news{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}

.news h3{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.news img{
	padding: 0px;
	margin: 0px;
	float: left;
}

.news p{
	padding: 0px 10px 0px 10px;
	text-align: left;
}
