body
	{
	background-color: #104010;
	font-family: "times new roman";
	font-size: 12pt;
	color: #FFFF00;
	cursor: crosshair;
	margin-top: 10px;
	}

a:link
	{
	color: #FFDD55;
	text-decoration: underline; 
	}

a:visited
	{
	color: #999900;
	text-decoration: none
	}

a:active
	{
	color:red;
	text-decoration: none
	}

a:hover
	{
	color:white;
	text-decoration: underline
	}

p.floatingtitle
	{
	display: inline;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 20pt;
	font-family: arail;
	letter-spacing: 9px;	
	width: 485
	}

p.sub-floatingtitle
	{
	padding: 0px;
	margin-left: 60px;
	margin-top: 0px;
	font-size: 13pt;
	font-family: arail;
	letter-spacing: 6px;	
	width: 485
	}

.sidebar
	{
	float: left;
	border-style: outset;
	border-width: 3px;
	border-color: #003070;
	background-color: #002060;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2px;
	}
		
p.sidetext
	{
	border-color: #003070;
	border-style: outset;
	border-width: 3px;
	width: 1em;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #002060;
	font-family: "arail";
	font-size: 10pt;
	text-align: center;
	line-height: 14px;
	padding: 4px;
	vertical-align: text-top;
	word-spacing: normal;
	}	
p.content
	{
	background-color: #000060;
	font-family: "arial";
	font-size: 13pt;
	color: Yellow;
	margin-left: 0px;
	margin-top: 0px;
	padding: 8;
	width: 600;
	text-align: justify;
	border-width: 3px;
	float: left;
	border-style: outset;
	border-color: #003070;
	}

img
	{
	margin-left: 18%;
	}