﻿html
{
	height: 100%;
}
body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Sans-Serif;
}
a
{
	color: #444444;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: underline;
}
a:visited
{
}
