
.content {
	font-family :  Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 1.0em;
	color : #990033;
	text-align : justify;
}

.number {
	font-family :  Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 1.0em;
	color : #000088;
}

.incontent {
	font-size : 1em ;
	font-weight : bold ;
	color : #990033;
	justify : left;
}

.menu {
	font-size : 1em ;
	font-weight : bold ;
	color : #cc0000;
	text-align : center;
	text-decoration : none;
}

.limenu {
	display : inline;
	margin : 1em;
	padding : 0;
	position : relative;
}

.limenu:hover {
	color : #99000;
	background-color : #dddddd;
}

.submenu {
	font-size : 1em ;
	color : #cc0000;
	text-align : left;
	text-decoration : none;
	width : 100% ;
	display : block;
	padding-left : 3px;
}

.lisubmenu {
	width : 8em;
	margin : 0em;
}

.lisubmenu:hover {
	color : #99000;
	background-color : #dddddd;
}

.address {
	font-size : .8em ;
	font-weight : bold ;
	font-family : Arial, Helvetica, sans-serif;
	color : #990033;
	text-align : center;
}

.footer {
	color : #990033;
	text-align : center;
	font-weight : 600;
	font-size : .8em ;
	font-weight : bold ;
	font-family : Arial, Helvetica, sans-serif;
}

.tagnotes {
	font-size : .6em ;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-align : center;
}	
 
a         {
	color:#777777;
    text-decoration:underline;
	}		   
		   
a:hover   {
	color:#ff3333;
	background-color : #dddddd;
}  

h1 {
	font-weight : bold;
	font-size : 1.3em;
	color : #990033;
	text-align : center;
	margin : 5px;
	height : 1em ;
}

	
h2 {
	font-weight : bold;
	font-size : 2.5em;
	color : #990033;
	text-align : center;
}
	
h3 {
	font-weight : bold;
	font-size : 1.5em;
	color : #990033;
	text-align : center;
}	   

ul {
	list-style-type : none;
	text-align : center;
} 

ul ul {
	display : none;
	}
	
li.over ul  {
	display : block ;
	color : #99000;
	background-color : #ffffff;
	position : absolute;
	top : 1em;
	left : -1.5em;
	border-width : .1em;
	border-style : solid;
	border-color : gray;
	padding : 0;
}
	
li:hover ul  {
	display : block ;
	color : #99000;
	background-color : #ffffff;
	position : absolute;
	top : 1em;
	left : 0;
	border-width : .1em;
	border-style : solid;
	border-color : gray;
	padding : 0;
}

li > ul {
	top: auto;
	left: auto;
}

ul#footing {
	display : inline ;
	padding : 0;
	position : relative;
}