A{text-decoration:none}
SPAN {cursor: bar ; }


<STYLE TYPE="text/css">
a.dog:link { color: red; text-decoration: none }
a.dog:visited { color:red; text-decoration: none }
a.dog:hover { color:red; 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:grey;background-color:navy;width: 60%; height: 1px;text-align: center;}
H1 {font-size: 30pt; font-family:Lucida Calligraphy ,comic sans ms; color:#ffaa00; text-decoration: underline;}
H2 {font-size: 22pt; font-family: 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: 16pt; font-family: Comic sans ms, Aristocrat; color:#ff3300;text-decoration: none;}
H5 {font-size: 8pt; font-family:Verdana, Aristocrat; color:#660000;text-decoration: none;}
H6 {font-size: 30pt; font-family:Verdana, Lucida Calligraphy ,comic sans ms; color:#ff9900; text-decoration: underline;}

th {vertical-align: top;}
table {width:900px}

.table2 {width:400px}
.table3 {width:600px}

.lll {vertical-align: top;color:navy;background-color:#116;width:160px;"
}



</STYLE> 