﻿body
{
	background-color: #888888;
    font-family: Verdana, Georgia, "Times New Roman" , "Times serif"; /*defines the general font family for the entire site */
    font-size: 10px;
	color: #000000;
}
.printpage
{
	margin: 5mm 5mm 5mm 5mm;
	background-color: White;
	width: 170mm;
	overflow: hidden;
}
.landscape .printpage
{
	width: 257mm;
    height: 170mm;
    overflow: hidden;
}
a:link, a:visited, a.normalLink:link, a.normalLink:visited, a:hover, a.normalLink:hover 
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
