﻿html,body
{
	margin:0;
	padding:0;
	height:100%;
    font-family:Calibri, Trebuchet, Verdana, Arial, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:black;
	background-color:#e6e6e6;
	text-align:justify;
}
a
{
    text-decoration:underline;
    color:Black;   
}
a:hover
{
    text-decoration:underline;
    color:Gray;
}
p
{
    font-size:15px;
    font-weight:normal;
    margin:10px 0;
    padding:0;
}
h1
{
    font-size:15px;
    font-weight:bold;
    margin:0 0 10px 0;
    padding:0;
}
