body {
background: #dddddd;
color: #111111;
text-align: center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link, a:visited {
color: #333333;
border-bottom: 1px dotted #333333;
text-decoration: none;
}
a:hover, a:active {
color: #333333;
border-bottom: 1px solid #333333;
text-decoration: none;
}
input {
border: 1px solid #333333;
padding: 2px;
background: #eeeeee;
}
table {
border: none;
text-align: left;
}