body {
  font: 12pt arial;
  margin-top:65px; /*för meny*/
}

.status3 {
  background: #DED;
}

.status2 {
  background: #DEE;
}

.status {
  background: #EEE;
}

#mynetwork {
  width: 600px;
  height: 800px;
  border: 1px solid #444444;
  background-color: #222222;
  float: left;
}

#exercise {
  width: 400px;
  height: 800px;
  padding-left: 20px; 
  float: left;
}

.requirement{
  background: #99AAFF;
  padding:5px;
  border-radius: 3px;
}

a {text-decoration: none; color:#AAA;}
a:hover{color:#DDD; text-decoration: none; }