<!-- Style sheet -->
h1 
{
 text-align: center; 
 color: white;
 padding: 5px; 
 margin-top: 0px;
 font-size: 30px;
}

h2 { border-top: 3px solid white; padding-top: 3px; font-size: 15px; }
  
h3
{
 text-align: Center; 
 color:white;
 padding: 2px;
 margin-top: 0px;
 font-size: 25px;
}

h4
{
 text-align: Left; 
 color: white;
 padding: 5px; margin-top: 0px;
 font-size: 16px;
}

body 
{
  background: url(Pictures/background2-slice_02.jpg);
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: white;  
  margin: 0; padding: 5px;
}


a
{
font-size: 16px; 
color: #FCD116;
padding: 0px 0px 0px 0px;
}

a:hover
{
 color: #EE0000 
} 


p
{
 color: white;
 text-align: left;
 padding: 0px; margin-top: 0px;
 font-size: 16px;
}

.tab
{
  font-family: arial, verdana, san-serif; 
  font-size: 16px;
}

.asd
{
  text-decoration: none; 
  font-family: arial, verdana, san-serif; 
  font-size: 16px;
  color: #FCD116;
}

<!--background: url(pictures/family05.jpg);-->