H1, H2, H3 {
	font-family : Arial, Helvetica, sans-serif;
}

BODY {
	 padding : 15px;
}

P {
	text-align : justify;
}

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

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

}

.mainmenuitem a{
	text-decoration: none;
	color: blue;
	border-color:#c9c9c9;
	border-style:solid;
	border-width:1px;
	font-size : medium;
}


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

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

.logo_name {
	font-family : serif;
	font-size : x-large;
}

.logo_title {
	font-family : serif;
	font-size : medium;
}

.serif {
	font-family : 'Times New Roman', Times, serif; 
	font-size : larger;
}


