  
	A, B, BLOCKQUOTE, BODY, DIV, EM, FORM, H1, H2, H3, H4, H5, H6, HR, I, OL, LI, P, PRE, SMALL, SPAN, STRONG, TABLE, TD, TH, TR, UL {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #696969;
	font-size : 14px;
	line-height: 16px;
	}

	B, BLOCKQUOTE, BODY, DIV, EM, I, OL, LI, P, PRE, SPAN, STRONG, TABLE, TD, TH, TR, UL {
		font-size : 12px;
	}
	
	H1 {
		font-size : 18px;
	}
	
	a,  a:link {
  color: #45A6D6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #45A6D6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #FF6600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #Fffcc00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
  
  INPUT, TEXTAREA , .force {
		font-size : 14px;
		font-family : 'Courier New' , Courier , monospace;
  }
  
  B.input {
    font-weight : bold;
  }
  
  CODE.input {
    font-family : 'Courier New' , Courier , monospace;
  }
  
  .boxText {
    color : #ffffff;
  }
