body{ 
color:teal;
font-size: 11px;
background-image: url(img/bg.gif); 
}

img{border-width:0;}

td{color: teal;
font-size: 11px;}

.t1{background-color:aliceblue;}
.t2{border-style:dotted;border-width:2px;}
.td1{background-color: aliceblue;}
.td2{border-left-width: 3px; border-top-style: dotted;}

A:link {color:mediumturquoise; text-decoration:none;}
A:visited {color:darkslategray;}
A:active {color:aquamarine;}
A:hover {color:lightseagreen; position:relative; text-decoration:none; border-bottom:2px dotted;}
A{text-decoration:none;}
