﻿body
{
	background-color: #ECE9DB;
    font-family: Verdana;
    font-size: 10px;
}
A
{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
A:hover
{
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}