A{text-decoration:none}
SPAN {cursor: bar ; }


<STYLE TYPE="text/css">
a.dog:link { color: green; text-decoration: none }
a.dog:visited { color:navy; text-decoration: none }
a.dog:hover { color:magenta; text-decoration: underline; }
a.dog:active { color:red; text-decoration: none }

a.new:link { color: green; text-decoration: none }
a.new:visited { color:blue; text-decoration: none }
a.new:hover { color:red; text-decoration: underline; }
a.new:active { color:magenta; text-decoration: none }


a.tree:link { color: white;font-size:12pt;font-family: "arial";"cursive"; text-decoration: none }
a.tree:active { color: red; text-decoration: none }
a.tree:visited { color: green;font-size:12pt;font-family: "arial","cursive" text-decoration: none }
a.tree:hover { color: red; text-decoration: underline;}

a.ball:link { color: white; text-decoration: none }
a.ball:active { color: blue; text-decoration: none }
a.ball:visited { color: white; text-decoration: none }
a.ball:hover { color: red; text-decoration: underline;background-color:#ffeeee;}

ul  {color:red;}
ol, {color:navy;}
p {font-family: "arial";font-size:12pt;color:navy;} 
p a{color:green}
a {font-size:12pt;}
a {font-family:arial;}

hr {color:navy;background-color:navy;width: 100%; height: 2px;text-align: center;}
H1 {font-size: 25pt; font-family:Monotype Corsiva, Aristocrat, comic sans ms; color:#ba3333;}
H2 {font-size: 22pt; font-family: Calligraphy, verdana, comic sans ms; color:navy;text-decoration: none;}
H3 {font-size: 18pt; font-family: comic sans ms; color:red;text-decoration: none;}
H4 {font-size: 18pt; font-family: Aristocrat; color:#333366;text-decoration: none;}
th {vertical-align: top;}
table {width:850px}

.table2 {width:400px}
.table3 {width:600px}

.lll {vertical-align: top;color:navy;background-color:#116;width:160px;"
}



</STYLE> 