
body {                          /* general document definitions */
   color: black;
   background: white;
   margin-top: 0;
   margin-left: 0;
}

h1,h2,h3,h4 {
   text-align: center;
}

p {
   color: red;
   background: white;
   text-align: center;
   margin-top: 0;
   margin-left: 0;
}

.topbluebar {
   border-left: solid;
   border-right: none;
   border-top: solid;
   border-bottom: none;
   border-top-width: thin;
   border-color: blue;
}




