﻿body 
{
	padding: 0;
	font-family: Palatino Linotype, Book Antiqua, Georgia, Serif ;
	/* border: solid 20px #000000; */
	height: 100px;
	background-color: #ffffff;
	color: #000000;
}
h1
{
	font-size: 16pt;
}

a
{
	text-decoration: none;
}

a:active
{
	background-color: #ffffff;
}


a:hover
{
	text-decoration: underline;
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;
}