body {
  color: white;
  background-color: black;
  padding: 0px;
  font-family: verdana, trebuchet ms, ariel, helvetica, sans-serif;
}
img {
  border-width: 0px;
}
a:link{color: #E170AB;}
a:visited{color:#E170AB;}
a:hover{color:#ffffff;background:#E170AB;}
a {
  text-decoration: none;
}

h1 {
  color: #ffffff;
  font-size: 150%;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #E170AB;
}

h2 {
  color: #ffffff;
  font-size: 100%;
  border-style: none none dotted none;
  border-width: 1px;
  border-color: #E170AB;
  margin-left: 20px;
  font-weight: bold;
}

ul {
  margin-left: 20px;
}
li {
  padding-bottom: 8px;
}
.r {
  text-align:right;
}
.c {
  text-align: center;
  font-size: 80%;
}
.m {
  margin-left: 30px;
}
.menulist {
  text-align: right;
  padding-right: 40px;
  font-size: 130%;
  padding-bottom: 15px;
}
.push {
  background: #ffffff;
  padding-right: 8px;
  padding-left: 8px;
  border: solid;
  border-width: 1px;
  border-color: #e170ab;
  font-weight: bold;
}

#top {
  padding-top: 30px;
  text-align: center;
}

#menu {
  position: fixed;
  left:20px;
  width:200px;
  bottom: 20px;
  font-size:90%;
}

#main {
  position: absolute;
  top: 130px;
  left: 220px;
  margin-right: 200px;
  padding: 0px;
  font-size: 100%;
  color: #d0d0d0;
}

#right {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 200px;
  padding: 0px;
}
