* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
    font-family:"Times New Roman", Times, serif;
    background: #99CCFF;
    font-weight: bold;
}

a.vertical2 {
  color: blue;
  background-color: #99BCFF;
  text-decoration: none;

  text-align: center;
  padding: 1px;
  border: 0px outset #c0c0c0;
  display: block;
  margin-left: 0px;
  margin-top: 0px;
}
a.vertical2:hover {
  color: white;
  background-color: #0000FF;
  border: 0px inset #c0c0c0;
}

.frame {
	background-color: #B0E8FF;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 740px;
	overflow: auto;
}
.flux  {

	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
