/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  text-align: center; /* pro IE   */
  background-image: url('picture/ground_grey.gif');
}

h1           { font-family: Arial; font-size: 10pt; font-weight: 400; margin-top:0; margin-bottom:0 }
h2           { font-family: Arial; font-size: 10pt; text-align: left; margin-top:0; margin-bottom:0 }
h3           { font-family: Arial; font-size: 12pt; text-align: left }
h4           { margin:0; font-family: Arial; font-size: 14pt; text-align: center }
h5           { margin:0; font-family: Arial; font-size: 4pt; text-align: center }

  

th {border: 1px solid white;
} 

a:link.m {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	color: white;
}

a:visited.m {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	color: white;
}

a:hover.m {  
	font: bold 10pt/12pt Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: yellow;
}


a:link.n {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	color: #000080;font-weight:bold
}

a:visited.n {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	color: #000080;font-weight:bold
}

a:hover.n {  
	text-decoration: underline; 
	color: #FF0000;font-variant:normal; line-height:12pt; font-size:10pt; font-family:Arial, Helvetica, sans-serif; font-weight:bold
}
