body {
	background-color: #ffffff;
   color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a { 
   color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none; 
} 
a:link {
   text-decoration: none; 
} 
a:visited { 
   text-decoration: none;
}
a:active {
   text-decoration: none; 
}
a:hover {
   color: #fd892a; 
   text-decoration: none;
}
a.menu { 
   color: #fd892a;
	font-weight: bold; 
	font-size: 13px;
	text-decoration: none;
	padding-left: 16px;
}
a:hover.menu {
   color: #a935d5; 
   text-decoration: none;
}
a.podval { 
   color: #fd892a;
	font-weight: bold; 
	font-size: 13px;
	text-decoration: none;
}
a:hover.podval {
   color: #000000; 
   text-decoration: none;
}
h1 {
	text-decoration: none; 
	text-align: center; 
	word-spacing: 9px; 
	font-size: medium; 
	color: #fb8929;
}
p,li {
 text-align: justify;
 font-size: 14px;
}