body {
font-size:13px;
line-height:18px;
font-family:arial;
color:#707070;
}

table {
font-size:23px;
line-height:18px;
font-family:arial;
color:#707070;
}

.home {
font-size: 11px;
color: #333333;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #333333;
}

.home:hover {
font-size: 11px;
color: #00ff00;
border-bottom: 1px solid #00FF00;
}

.button {
display: inline-block;
text-align: center;
font-size: 12px;
width: 120px;
line-height: 26px;
color: white;
background-color: #333333;
}

.button:hover {
font-size: 12px;
color: white;
background-color: #00FF00;
}

a {
color:#00FF00;
text-decoration:underline;

}

a:hover {
color:#00FF00;
text-decoration:none;
}

