BODY{
background-color: #ffffe8;
}

IFRAME{
width: 100%;
height: 100%;
}

TABLE.table1{ 
background-color: #ffffff;
border: 2px #006400 dotted; 
width: 75%;
height: auto;
}

TD.TD1{ 
background-color: #F5FF35;
border: 1px #006400 dotted;
width: 20%;
height: 50px;
text-align: center;
}

TD.TD2{ 
background-color: #BDFF59;
border: 1px #000000 dotted;
width: 20%;
height: 50px;
text-align: center;
}

TD.TD3{ 
background-color: #BDFF59;
width: 20%;
height: 50px;
text-align: center;
}

a:hover{ color: red;}
a:link{ color: blue;}
a:visited{ color: green;}
