/* 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;
}

.bgndgold{
 background-color: #C99700; 
}

.textwhite{
 color: #FFFFFF; 
}

.centered{
 text-align: center 
}

.h144px{
 font-size: 44pt; 
}

.center_and_bold{
  font-size: 25pt;
  text-align: center;
  color: orange;
  text-decoration: underline;
}