BODY {
	background-color : White;
	color: Black;
	margin : 0px;
    padding : 0px;
}

H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
	color : Blue;
}

P {
	text-align : justify;
}


.linemenu a, .mainmenuitem a{
	text-decoration: none;
	color: blue;
	border-color:#CCCCCC; 
	border-style:solid; 
	border-width:1px;

}


.linemenu a:hover, .mainmenuitem a:hover {
	text-decoration: none; 
	color: red;
	border-color:#FF0000; 
	border-style:solid; 
	border-width:1px;
}

.content {
	padding:1ex;
}

.linemenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.mainmenu {
}

.mainmenuitem {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	padding-left: 0.5ex;
}

.lastmodified {
	font-size : x-small;
	padding-bottom: 1ex;
}