body
{
background-color: #cbb3ff;
	color: navy;
	font-family: Amanda, "Amasis MT";
}

h1,h2,h3,hr	
{
color: #800040;
}

table		{
			border: 0;
			padding: 1;
			border-collapse: collapse;
			}
td.header	{ 
			text-align: center;
			border: 0;
			}
td.menu		{
			text-align: left;
			background-color: #ff8000;
			border-left: 1;
			border-right: 1;
			border-bottom: 0;
			border-top: 1;
			border-color: black;
			border-style: solid;
			}
td.submenu	{
			text-align: left;
			background-color: yellow;
			border-left: 1;
			border-right: 1;
			border-bottom: 1;
			border-top: 0;
			border-color: black;
			border-style: solid;
			}
td.content	{
			text-align: center;
			background-color: #abd3fc;
			border: 1;
			border-color: black;
			border-style: solid;
			padding: 0;
			}
td.left	{
			text-align: center;
			vertical-align: top;
			background-color: #D5B400;
			border: 0;
			}
td.right	{
			text-align: left;
			vertical-align: top;
			background-color: #887400;
			border-bottom-style: none;
			border-left-style: solid;
			border-top-style: none;
			border-right-style: none;
			border-width: 1;
			}
td.language	{
			text-align: center;
			font-size: 10;
			}
td.footer	{
			text-align: right;
			font-size: 10;
			}

a:link		{color:mediumblue}
a:visited	{color:mediumblue}
a:active	{color:red}
a:hover		{color:green}