Now I get this
Warning: Expected ':' but found '.'. Declaration dropped.
Source File: /style.css
Line: 130 Line 130 a.link {color:rgb(0,60,255);
.TableLink {
font-family:verdana,arial,tahoma,serif;
font-size:75%;
color:black;
background-color:#EEEEEB;
a.link {color:rgb(0,60,255);
a.visited {color:rgb(45,90,255);
a.hover {color:rgb(255,255,255);
a.active {color:rgb(255,0,0)
}
Then
Warning: Unexpected end of file while searching for closing } of declaration block.
Source File: style.css
Line: 143 Line 143 is }
.TableFooter {
font-family:verdana,arial,tahoma,serif;
font-weight: normal;
font-size:75%;
text-align: center;
background-color:#D5D3CC;
height: 20px;
}