﻿a:link
{
	color: blue; 
	text-decoration: none;
}
a:visited
{
	color: blue;
	text-decoration: none; 
} 
a:active 
{
	color: black;
	text-decoration: none; 
}
body
{
	background-color: rgb(150, 180, 240);
	font-family: Arial, Helvetica;
	color: black;
	font-size: 10pt;
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
   font-family: Arial, Helvetica;
   color: black;
text-align: justify;	
}
h1
{
	font-size: 54pt;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}
