/*General Layout*/
body {background-color: #285566; }

b {color:#FF9900;}
a:link {
  color: white}
a:visited {
  color: white}
  a:hover {
  color: red}
  /*end of general*/

.td-header {background-color: #336666; color:ffffff; text-decoration: underline; 
			text-align: center; font: bold 12px tahoma;  }