body {
  font-family: "Verdana", sans-serif;
  background-color: #FFFFFF;
  margin: 0px;
}


a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
	color: yellow;
	text-decoration: none;
}

#center a:link {
	color: blue;
}
#center a:visited {
	color: purple;
}
#center a:hover {
	color: purple;
}
#center a:active {
	color: purple;
}

#top {
 left: 10px;
 top: 10px;
 padding: 10px;
 background: #0099CC;
 height: 50px;
}
#left {
 background: #0099CC;
 position: absolute;
 padding: 10px;
 left: 10px;
 top: 90px;
 width: 200px;
}
#center {
 background: #FFFFFF;
 margin-top: 20px;
 margin-left: 240px;
 margin-right: 240px;
 top: 90px;
 text-align: left;
}

#right {
 background: #FFFFFF;
 position: absolute;
 right: 10px;
 top: 90px;
 width: 200px;
}

.menu_off {

background-color: #0099CC;
top: 0px;
position:relative;
padding: 5px 40px

}

