@charset "utf-8";

html{
	/*
	color:#000000;
	background:#FFFFFF;
	*/
	color:#FFFFFF;
	background:#000000;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
}
a, a:visited {
	/*
	color: #3333CC;
	*/
	color:#FFFF00;
	text-decoration: none;
}
.active a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#000000;
	background: #FFFF00;
}
ul {
	list-style-type: none;
}

.date {
}