a:link { font-weight: bold; color: #000; }
a:visited { font-weight: bold; color: #000; }
a:active { font-weight: bold; color: #000; }
a:hover { font-weight: bold; color: #000; }

body {
 font-family: sans-serif;
 }

#menu {display: none;}

.italic {
 font-style: italic;
}

.bold {
 font-weight: bold;
}

.center {
 text-align: center;
}

.right {
 text-align: right;
}

.left {
 text-align: left;
}

.small {
 font-size: 70%;
}

.big {
 font-size: 140%;
}


