﻿body
{
	background-color: #fffff0;
}
A:active
{
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	text-decoration: underline;
}
A:visited
{
	color: blue;
	text-decoration: none;
}
A
{
	text-decoration: none;
}
