body {
	font-family: "Impact", cursive;
	font-weight: bold;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #09F;
  text-decoration: none;
}

.menu {
  padding-top: 150px;
  padding-left: 200px;
  font-size: 90px;
}

.menu .li a:selected {
  background: #09F;
  color: white;
}

.content {
  font-size: 12px;
  color: #09F;
  text-decoration: ;
  background: #FFF;
  width: 300px; 
}

.home {
   padding-top: 150px;
  padding-left: 250px;
  font-size: 90px;
}

.home a {
  color: white;
  text-decoration: none;
}

.home a:hover {
  color: grey;
  text-decoration: none;
}


