body 		{
		background: #000099;
		margin-left: 10%;
		margin-top: 2%;
		font-family: "Trebuchet MS", Hevetica, sans-serif;
		color: #ffffff
		}

.nav		{
		font-size: 10pt;
		background-color: #000099;
		color: #ffff00;
		font-weight: bold;
		position:absolute;
		left: 40%;
		top: 70%;
		width: 200px;
		}

.content	{
		position: absolute;
		left: 30%;
		top: 40%;
		width: 420px;
		visibility: hidden;
		font-size: 18pt;
		color: #ffff00;
		background-color: #000099;
		text-align: justify;
		}

.aleft		{
		position: absolute;
		left: 8%;
		top: 10%;
		}

.aright		{
		position: absolute;
		left: 56%;
		top: 10%;
		}

.logo		{
		position: absolute;
		left: 40%;
		top: 40%;
		}

.c		{
		position: absolute;
		left: 40%;
		top: 40%;
		z-index: 2;
		visibility: hidden;
		}

.mail		{
		position: absolute;
		left: 90%;
		top: 90%;
		}

p, ul, ol, b	{
		text-align: justify;
		font-size: 12pt
		}

table		{
		text-align: left;
		font-size: 12pt
		}
	
center		{
		text-align: center;
		font-size: 12pt
		}

h1		{
		text-align: center;
		font-size: 40pt;
		color: #ffff00
		}

h2		{
		text-align: center;
		font-size: 20pt;
		color: #ffff00
		}

hr		{
		color: #ffff00
		}

a:link		{
		color: #ffff00
		}

a:visited	{
		color: #ff00aa
		}

a:active	{
		color: #ff6600
		}

a:hover		{
		color:	#00ff66
		}