body {
  background-color:#202A44;
  padding:  30px;
}

h1 {
    font-family: verdana;
    color: white;
    opacity: 0.8;
}

h3 {
  font-family: verdana;

}

p {
  font-family: verdana;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

p#sch {
  margin: 0px;
}

div#m {
  margin: 15px;
  padding: 15px;
  padding-top: 5px;
  width: 240px;
  min-height: 100px;
  background-color: #99AFbb;
  
  float: left;
  
  -moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #eeeeee;
}

label {
  font-family: verdana;
  font-size: 15px;
  
  text-align: left;
  font-weight: bold;
  display:inline-block;
  width:125px;
}

input,span {
  font-family: verdana;
  font-size: 15px;
  
  display:inline-block;
  width: 100px;
  background-color: #eeeeee;
}

#article {
  clear: both;
  padding: 3% 10% 0 0;
  color:white;
}

#article p{
  text-align:left;

}

a {
  color:yellow;
}