body,td,th {
	color: #000000;

}
body {
	background-color: #a0cbed;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.bar td, .bar tr, .bar body, .bar a:hover, .bar a:visited, .bar a:link, .bar a:active{
  font-family:arial, helvetica, sans-serif;
  background-color: #f9b3ba;
  background: #f9b3ba;
  color: #000000;
  font-size:12px;
  vertical-align: middle;
  
}

.smalltext {
        font-family:verdana, arial, helvetica, sans-serif;
        font-size:10px;
        color:#000000;
        line-height:12px;
        }