/* my first css file */

body {
  background-color: #223388;
  }


h1 {
  color: #FFFF00;
  font-weight: bold;
  font-size: 34pt;
  font-family: sans-serif;
 }
 
h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24pt;
  font-family: sans-serif;
 }

h3
 {
 font-size: 18pt;
 color: #FFFFFF;
 font-weight: normal;
 font-family: "Arial", sans-serif;
 }




h4
 {
 font-size: 20pt;
 color: #FFFFFF;
 font-weight: bold;
 font-family: "Arial", sans-serif;
 }




h5 {
  color: #FFFF00;
  font-weight: bold;
  font-size: 14pt;
  font-family: sans-serif;
 }
 



h6 {
  color: #00DDFF;
  font-weight: bold;
  font-size: 12pt;
  font-family: sans-serif;
 }
 



p
 {
 font-size: 16pt;
 color: #00FF00;
 font-weight: normal;
 font-family: sans-serif;
 text-align: center;
 }


