/* CSS Document */
a {
text-decoration:none;
color:#000000;
font-weight:bold;
}

a:hover {
color:#0000ff;
}
