/* Comments inside CSS are similar to C syntax */

body{
	color: #C99700;
	background-color: #0C2340;
}
  h1{
    color:#C99700;
    font-size:77px;
    text-align:center;
  }
  .bgndgreen{
    background-color: #00843D;
  }
  
  .center_bold{
    font-size:25pt;
    text-align:center;
    color: orange;
    text-decoration: underline;
  }
  
  .bgndgold{
    background-color: #C99700;
  }
  
  .textwhite{
    color:#FFFFFF;
  }
  
  .centered{
    text-align: center;
  }
    