
body{
background-color:#FFDC71;
font-size:10px;
color: #000000;
}

table.one {
table-layout:fixed;
border: 0px solid ; 
}

table.five {
table-layout: fixed;
border:0px solid;
}

td.two {
background-color: red;
text-align: center;
font-size:16px;
padding:3px;
font-weight: bold;
}

td.header {
background-color: white;
font-size: 14px;
text-align:center;
font-weight: bold;
}

td.three {
color: black;
background-color: white;
text-align: right;
font-size: 18px;
}

td.four {
text-align: right;
border: 0px solid;
font-size: 18px;
font-weight: bold;
}

td.five {
text-align: center;
font-size: 20px;
font-weight:bold;
}

td.footer {
color: white;
background-color: #3E3535;
font-size: 12px;
text-align: center;
}

a:link { color:#3366FF ; text-decoration:none }
a:visited { color:#3366FF ; text-decoration:none }
a:hover { color:olive ; text-decoration:none }

a.linkset:link { color:olive; text-decoration:none }
a.linkset:visited { color:olive ; text-decoration:none }
a.linkset:hover { color:red ; text-decoration:none }

a.linkset1:link { color:blue ;  text-decoration:none}
a.linkset1:visited { color:blue ; text-decoration:none }
a.linkset1:hover {color:purple ; text-decoration:none }

a.linkset2:link { color:white ; text-decoration:none }
a.linkset2:visited { color: white ; text-decoration:none }
a.linkset2:hover { color: blue ; text-decoration:none }




