body {
	background: black;
}
#main_page {
	background: black;
	color: #779933;
	font-size: small;
}

.my_date {
	color: #dd2222;
	margin-top: 10px;
}

.my_header {
	color: #777777;
	margin-left: 20px;
	font-style:italic;
}

.my_text {
	color: #779933;
	padding: 5px;
	margin-left: 50px;
}

a {
	color: #ee1122;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: #999999;
	text-decoration: underline;	
}

a:active {
	color: #999999;
}