﻿body {
	background-color: #fff;
}
body > div {
	color: #000;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #000;
}