body 	{ 
	margin-top: 0; 
	margin-left: 6%; 
	margin-right: 6%; 
	margin-bottom: 1em; 
	background-color: #ffffde; 
	padding: 0px; 
	color: #000 
	}

a:link 
	{ 
	color: #06f; 
	text-decoration: none; 
	}

a:visited 
	{ 
	color: #36c; 
	text-decoration: none; 
	}

a:hover 
	{ 
	color: red; 
	background-color: #ff6; 
	text-decoration: none; 
	position: relative;
	top: 2px;
	left: 2px;
	}

a:active {
	color:#f30 }

a.ub 	{ 	
	text-decoration: underline !important 
	}

li a:link,
li a:visited, 
p a:link, 
p a:visited 
	{

	}

address { 
	font-size:small; 
	color: #069 
	}

code 	{ 
	font-size: medium 
	}


h1	{
	background-color:#f30;
	color:white;
	font-size:18pt;
	padding:1mm 1mm
	}

h2	{
	color:green;
	font-size:14pt;
	}

h3	{
	color:red;
	font-size:14pt;
	padding:1mm 1mm 1mm 1mm;
	}


p 	{
	font-size:10pt;
	color:blue;
/*	font-weight:bold;
/*	padding:2mm 3mm 2mm 3mm;*/
/*	padding:5%;*/
	padding:1mm 1mm 1mm 1mm;
	line-height:1.5
	}

div.header 
	{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 3px;
	background-color: #069; 
	color: #fff;
	text-indent:0.5em; 
	font-size: large
	}

div.footer
	{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}

div.index
	{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 10pt;
	text-align: left;
	}

div.link
	{
	margin-top:1ex;
	margin-bottom: 0;
	font-size: 10pt;
	font-weight: bold;
	text-align: right
	}

menu	{
	color:blue;
	font-size:medium;
	font-weight:bold;
	line-height:1.6
	}

indexmenu
	{
	color:blue;
	font-size:large;
	font-weight:bold;
	line-height:2.0
	}
