
body { 

font-family:Verdana;
    font-size:18px;
    color:#ffffff;
    background:#000000; }
	
	table {
  margin-left: auto;
  margin-right: auto;
  /* Optional: Set a width if needed */
  width: 100%;
}
	
div {
   position: absolute;
   left: 5;
   right: 5;
   margin-left: 5;
   margin-right: 5;
   text-align: center;
}
h1 {
    font-size:20px;
	text-decoration: underline;
}
 
 h2 {
    font-size:17px;
	color:#ffffff;
	text-decoration: underline;
}

h3 {
    font-size:17px;
	color:red;
}

h4 {
    font-size:16px;
	color:#ffffff;
}

h5 {
    font-size:15px;
	color:#ffffff;
}
h6 {
    font-size:15px;
	color:grey;
}
p {
    font-size:15px;
	color:white;
}


a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: grey;
}
b {
    font-size:15px;
	color:red;
}
i {
  font-style: italic;
  font-size:15px;
  color:white;
}

em {
    text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	color: grey;
}
h7 {
    text-decoration: none;
	font-family: Verdana;
	font-size: 1px;
	color: #000000;
}

