@charset "UTF-8";

* {
background-color: white;
color: black;
font-family: sans-serif;
}

a:link {
color: blue;
font-style: italic;
}

a:hover {
background-color: silver;
}

dt {
font-weight: bold
}
