﻿/* CSS layout */
body 
{
	margin: 0;
	padding: 0;
	background-color: White;
	font-family: Consolas, Courier New;
	font-size: medium;
}
a 
{
	color:Black;
	text-decoration:none;
}
a:hover
{
	color:Olive;
	text-decoration:underline;
}
a img
{
	border:0;
}