body { 
  background-color: black; 

}
header {
	background-color: black; 
	background-image: None
	text-align: center
}
article {
	background-image: url("backgrd/BG_Granit_BK.jpg");
}
h1 { 
  font-family: "Times New Roman", Times, serif;
  color: gold; 
  font: 300% bold;
}
h2 { 
  font-family: "Times New Roman", Times, serif;
  color: gold; 
  font: 200% bold;
}
h3 { 
  font-family: "Times New Roman", Times, serif;
  color: white; 
  font: 200% bold;
}
h4 { 
  font-family: "Times New Roman", Times, serif;
  color: gold; 
  font: 150% bold;
}
h5 { 
  font-family: "Times New Roman", Times, serif;
  color: white; 
  font: 150% bold;
}
h6 { 
  font-family: "Times New Roman", Times, serif;
  color: white; 
  font: 120% bold;
}
p { 
  font-family: "Times New Roman", Times, serif;
  color: white; 
  font: 100%;
}
a {
  font-family: "Times New Roman", Times, serif;
  color: white; 
  font: 100%;
}
table {
	border: none;
	vertical-align:top;
	
}
table.gras {
	background-image: url("backgrd/bgRasen.jpg");
}
td {
	TEXT-ALIGN: center
}