﻿body {
background: #fff;
color: #000;
}
a {
color: #00f;
text-decoration:underline;
}
a:visited {
}
a:hover {
color:#bbf;
background-color:#000;
}
.title {
font-weight: bold;
}
.text {
font-family: sans-serif;
font-size: 90%;
line-height: 1.5em;
}
.subtext {
font-family: sans-serif;
font-size: 75%;
line-height: 1.5em;
}
