a:link
{
	font-family: Arial;
	color: yellow; 
}

a:visited
{
	font-family: Arial;
	color: yellow;
	text-decoration:underline;
} 

a:active 
{
   font-family: Arial;
	color: green;
	text-decoration:underline;
}

body
{
	font-family: Arial;
	background-color:#008000;
	background-attachment: fixed;
	color: #000000;
	text-align: justify
	scrollbar-base-color: #008000;
	scrollbar-face-color: #008000;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-highlight-color: #008000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #008000;
	scrollbar-3dlight-color: #FFFF00;
	scrollbar-shadow-color: #008000;
}

table
{
	font-family: Arial;
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(0,0,0); 
}

h1
{
	font-family: Arial;
	font-size: 20pt;
	color: white;
	text-decoration: underline;
	text-align: center
}

h2
{
	font-family: Arial;
	font-size: 18pt;
	font-style: bold;
	text-align: center
}

h3
{
	font-family: Arial;
	font-size: 16pt;
	color: black;
		text-align: justify
}

h4
{
	font-family: Arial;
	font-size: 14pt;
	color: yellow;
		text-align: justify
}

h5
{
	font-family: Arial;
	font-size: 12pt;
	color: white;
	text-align: left
}

h6
{
	font-family: Arial;
	font-size: 10pt;
	color: white;
	text-align: left
}

a:hover
{
	color: yellow;
	text-decoration: underline overline;
	font-family: Arial;
}