.main {
  width: 450;
  text-align: left;
  padding-left: 15;
  padding-top: 5;
  padding-bottom: 6;
  border: 1px solid #2D5C87;
  background-color: #F7FAFD;
}

.h3 {
  color: #2D5C87;
  font-family: Veranda;
  font-size: 11px;
  font-weight:bold;
};

.submit_btn{
  color: #0000A0;
  background-color: #F7FAFD;
  font-weight: bold
}

.m {
  font-size=30;
  color: F9F9F9;
  z-index: -1;
  position: absolute;
}

H2 {
  z-index: 10;
  font-size: 7px;
  color: #F0F0F0;
  margin-top: 0px;
  margin-bottom: 0px;
}

#metro{
  position: absolute;
  visibility: visible;
};

A:visited {
color: #4B7498;
}

A:link {
	color: #4B7498;
}

A:hover {
	color: #0000FF;
}

A:active {
	color: #4B7498;
}

h1{
  position: absolute;
  z-index:-2;
  font-size=1;
  color: #FFFFFF
}

.logo{
  position: absolute;
  left:5;
  top: 5;
  z-index: -1;
}

body, div, input, table{
  font-family: Verdana;
  font-size: 11px;
};

body {
  margin-top=5;
};

input{
  color: blue;
};