html {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: blue;
}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
}
body { 
        font-family: verdana,helvetica,arial,sans-serif;
  	font-style:normal;
  	font-variant:normal;
  	font-weight:normal;
	font-size: 12px; 
  	text-decoration:none;
	color: #555753; 
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #808080;
	color: black;
	text-align: center;
	width:100%;
}
table.formular { 
	font-size: 10px; 
}

