body {
  background-color:#4E4E4E;
  color:#000;
}

a:link, a:visited, a:active, a:hover {
  text-decoration:underline;
  color:#000;
}
a:active, a:hover {
  color:#FF0000;
  text-decoration:underline;
}
.menu:link, .menu:visited, .menu:active, .menu:hover {
  text-decoration:none;
  color:#000;
}
.menu:active, .menu:hover {
  color:#FF0000;
  text-decoration:underline;
}

#menu {
  border-top:1px solid #A3A3A3;
  border-right:3px solid #787878;
  border-bottom:3px solid #787878;
  border-left:1px solid #A3A3A3;
}
#menu_main {
  background-color:#808080;
  border-bottom:1px dashed #A3A3A3;
}
#menu_sub {
  background-color:#C0C0C0;
}
#content_topic {
  background-color:#808080;
  border-top:1px solid #A3A3A3;
  border-right:3px solid #787878;
  border-left:1px solid #A3A3A3;
  border-bottom:1px dashed #A3A3A3;
}
#content {
  background-color:#C0C0C0;
  border-right:3px solid #787878;
  border-bottom:3px solid #787878;
  border-left:1px solid #A3A3A3;

}
#supporter {
  color:#004080;
}