body { 
	font:x-small,ms Sans Serif; 	
	margin: 0px;	
	padding: 0px;
	}

td{
	font:x-small,ms Sans Serif; 	
	color: black; 	
}

a{
	font:x-small,ms Sans Serif; 	
	color: blue; 
	text-decoration: none;
	
}
a:visited {
	font:x-small,ms Sans Serif; 	
	color: brown; 

}
a:hover{
	color: red; 
}

p{
	font:x-small,ms Sans Serif; 		
}

pre{
	font:x-small,ms Sans Serif; 		
	background-color: light-silver;
	border-color: black;
	border-width: 1;
	border-style: dashed;
}



h1{
	font:bold small , "ms Sans Serif"; 	
	color: #0066FF;
	text-indent: 10pt;

}

h2{
	font:bold small , "ms Sans Serif"; 	
	color: black;

}

ul{  
	font:x-small,ms Sans Serif; 	
	list-style-type: square;
}

ol{  
	font:x-small,ms Sans Serif; 	
}

/*menuM8*/
	a.menum:link, a.menum:active, a.menum:visited {
	font-family: Arial;
	font-size: 12px;
	color: #7b7b7b;
	text-decoration: none;
}
	a.menum:link, a.menum:active, a.menum:visited{
	font-family: Arial;
	font-size: 12px;
	color: #7b7b7b;
	text-decoration: none;
}
	a.menum:hover {
	font-family: Arial;
	font-size: 12px;
	color: #36baf7;
	text-decoration: none;
	}