﻿body
{
	background-color: #3F3FC0;
	color: White;
	font-family: Arial;
	font-size: 10px;
}
table
{
	background-color: #333399;
	color: White;
	text-align:center;
}
img
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align:center;
  
}
td
{
	vertical-align:top;
	text-align:center;
}
h3
{
	font-family: Arial;
	font-size: 14;
}
a
{
	color: white;
	background-color:#1c038f;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a:active a:visited
{
	color: white;
	background-color:#1c038f;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a:hover
{
/*	background-color: White;*/
	color: #1c038f;
	background-color:#bfbfff;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

.Blu 
{
	background-color:#333399;
}
.backText
{
	background-color:#1c038f;
	}


