﻿body
{						
	padding: 0px;
	margin:  0px;
	font-size: 9pt;
	font-family: 'Courier New', Sans-Serif;
	background-color: White;
	color: Black;
}
A:link
{	
	color: Blue;
	font-family: Monospace;
	text-decoration: none;
	background-color: inherit; 
}
A:hover
{
	color: Blue;
	font-family: Monospace;
	background-color: yellow;
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
	color: Blue;
	font-family: Monospace;
	background-color: inherit;
}
