a {color: #CCC}
a:hover {color: #C00}

a.srv {
        color: #000;
        text-decoration:none;
}
a:hover.srv {
        color: #C00;
        text-decoration:underline;
}
a.foot {
	color: #666;
	text-decoration:none;
}
a:hover.foot {
	color: #666;
	text-decoration:underline;
}
body,td,tr {
	font-size: 12px;
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #999;
	background-color: #000;
}
h1 {
        font-size: 18px;
}
h2 {
        font-size: 14px;
}
.small {
	font-size: 10px;
}
.foot {
        color: #666;
        font-size: 10px;
        font-weight: bold;
}
table
{
border-collapse:collapse;
}
table, td, th
{
border:1px solid grey;
margin:12px;
padding:8px;
}
.link img{
border: 1px solid grey;
}
.link:hover img{
border: 1px solid red;
}

table#test
{
border-collapse:collapse;
}
table#test td {
    padding: 5px;
    border: solid #000 1px;
}


