BODY {background: #FFFFFF}

H1 {font-size: 24pt; font-family: arial; color: #cccccc;}
 

/* TEXT CSS */

.sometext {
  font-family: verdana;
  font-size: 14pt;
  line-height: 24pt;
  font-weight: bold;
  color: #696969;
}

/* DIVS */

.mydiv {
  width: 90%;
  padding: 2%;
  margin: 0 auto;
}

.mcdiv {
  text-align: center;
  width: 100%; 
}