title
{
  font-size: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 800;
  background-color: skyblue;
}

body
{
    font-size:100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700 ;
    background-color:lightgoldenrodyellow;
    color: blue ;

}

h1
{
  font-size: 24pt;
  font-family: 'Times New Roman', Times, serif;
  font-weight:800;
  color: forestgreen
}
#header
{
    text-align:center;
    font-size:4em;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color:blue;
}