
font.large {
  	font-size: large;
  	color: #0066cc;
  	font-family: "Times New Roman", arial, helvetica;
  	text-align: center;
  	font-weight: bold;
}

font.medium {
  	font-size: medium;
  	color: #0066cc;
  	font-family: "Times New Roman", arial, helvetica;
  	font-weight: bold;
}

font.mediumb {
  	font-size: medium;
  	color: #0066cc;
  	font-family: "Times New Roman", arial, helvetica;
  	font-weight: bold;
  	text-decoration: underline;
}

font.small {
  	font-size: small;
  	font-family: "Times New Roman", arial, helvetica;
}

font.xsmall {
  	font-size: x-small;
  	font-family: "Times New Roman", arial, helvetica;
}

font.xxsmall {
  	font-size: xx-small;
  	font-family: "Times New Roman", arial, helvetica;
}

font.underline {
  	font-size: medium;
  	font-family: "Times New Roman", arial, helvetica;
  	text-decoration: underline;
  	font-style: italic;
  	font-weight: bold;
}

font.xlarge {
  	font-size: x-large;
  	color: #0066cc;
  	font-family: "Times New Roman", arial, helvetica;
  	text-align: center;
  	font-weight: bold;
}