body { 
	background: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 10px;
	padding: 10px;
  text-align: center;
}

ul {
  text-align:left;
  }

h1, h2 {
	color:#FFFFFF;
	font-weight:bold;
}

h1 { 
	font-size:12pt;
}
    
h2 { 
	font-size:11pt;
}
    
p { 
	color:#FFFFFF;
	text-align: center;
}

table { 
	font-size:10pt;
	color:#000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
    
.english {
  color:#FFFF00;
}
  
a {
  color:#FFFFFF;
}
  
a.english {
  color:#FFFF00;
}
  
img { 
	border: none; 
}

