﻿body
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 40px 32px;
	color: #333333;
}

div.Logo
{
	width: 710px;
	height: 100px;
	background-image: url(Logo.png);
}

p
{
	margin: 20px 25px;
}


a
{
	color: #73BC79;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	   
}