body {
	background-color: #000000;
	font-family: courier, serif;
	 color:#ffffff;
	 font-size: 12px;
}

a { 
	font-weight: bold;
	text-decoration:none;
}
a:visited, a:link {
	color: #ffffff;
	text-decoration:none;
}

a:active, a:hover {
	color: #9AD8FF;
	text-decoration:none;
}


.white {
	color:white;

	}
	
.blogDate {
	color: #1E68CB;
	font-size: 10px;
}


h1 {
	font-family: courier;
	font-size: 24px;
}

p {
	 font-size: 12px; 
}

th {
	text-align: left;
	font-family: courier;
	font-size: 16px;
	color: #0F0087;
}
td {
	font-size: 12px;
}

.content{
		padding: 0 20px 0 20px;
		font-size:12px;
		line-height:20px
}


p.footer {
	padding-left: 30px;
	font-size: 11px;
	color: #5699C6;

}

p.footer a:link, p.footer  a:visited {
	color: #5699C6;
	text-decoration: none;
}
p.footer a:hover, p.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
