﻿body
{
	background-color:  #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #1E2F9A;
	text-align:center;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #20319C;
	text-align:center;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #22339E;
	text-align:center;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color:  Blue;
	text-align:center;
}
a:link
{
	color:  Yellow;
	font-weight:bold;
	font-style:normal;
	font-family:Arial;
	font-size:larger;
	background-color: Blue;

	
}
a:visited
{
	color: Yellow;
	font-weight:normal;
	font-style:normal;
	font-family:Arial;
	font-size:larger;
	background-color: #3c3cff;


}
