html, body, textarea, table{
         color: #FF0000;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
         font-size: 14px;
         font: bold;
         text-align: center;
         background: #0033cc;
         letter-spacing: 1px;
         line-height: 16px;
}
a {
	width: 121px;
         color: #FF0000;
         text-decoration: none;
}

a:active {
         background-color: #66ccff;
}


a:hover {
         background-color: #000080;
}
