  body {
    background-color: #003366;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
  }
p {/* This is for all base fonts only */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}

h1 {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 28px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   text-align: center;
   color: #CC0000;
   background-color: #ffffff;
  }
.center {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
.optborder {
	border-style: solid;
	border-width: 3px;
	border-color: #CC0000;
}
  .opttext {  font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    color: #CC0000;
  }

.optft {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	background-color: #ffffff;
}