<style type="text/css">

body
	{
	background-color: #000050;
	background-attachment: scroll;
	background-repeat: repeat;
	color: white;
	margin: 2%;
	margin-bottom: 15%;
	}
h1
	{
	color: white;
	font-size: 400%;
	text-align: center;
	margin-bottom: 2%;
	}
h2
	{
	color: white;
	font-weight: normal;
	text-align: left;
	font-size: 300%;
	margin-top: 0%;
	margin-bottom: 0%;
	}
h3
	{
	color: white;
	font-weight: normal;
	font-size: 200%;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
	}
h4
	{
	color: white;
	font-weight: normal;
	font-size: 150%;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
	}
p
	{
	color: white;
	font-weight: normal;
	font-size: 125%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	}
ul
	{
	color: white;
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 0;
	}
table
	{
	color: white;
	font-size: 125%;
	}
td
	{
	vertical-align: top;
	}
img
	{
	scalefit: 0;
	vertical-align: middle;
	align: center;
	}

a:link	
	{
	color: silver;
	font-weight: normal;
	}
a:visited
	{
	color: cyan;
	}
a:hover
	{
	color: white;
	}
a:active
	{
	color: red;
	}

.pg
	{
	text-indent: 2.5%;
	}
.updated
	{
	text-indent: 0%;
	margin-left: 2%;
	}


</style>