body {
margin: 10px;
}
a, a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #F00;
}
a.autolink:link,a.autolink:active,a.autolink:visited {
color: #006699;
}
a.autolink:hover {
text-decoration: underline;
color: #DD6900;
}
.title {
text-align: center;
font-size: 3em;
}
.row1 {
background-color:#DDD;
}
.row2 {
background-color:#EEE;
}