.error {
  font-weight: bold;
  color:red; 
}

.topscoreheader {
  text-align: center;
  font-size: 200%;
  background-color: #36407F;
  color: #FFFFFF; 
}

.score {
  font-size:150%;
  color: #36407F; 
}

.center_button {
  text-align: center;
  padding-bottom: 10px;
}

.accountinfo {
  vertical-align: top;
  padding-right:15px; 
}

body {  
  background:white;  
  width: 900px; 
  margin:auto
}

header, footer {  
  padding: 3px;  
  color: white;  
  background-color: black;  
  clear: left;  
  text-align: center; 
}

h1 {  
  color: darkblue;  
  text-align: center; 
  margin-top:0px; 
  padding-top: 6px; 
  font-size: 20px;  
  font-weight: bold; 
}

h2 {  
  color: darkgreen;  
  text-align: center; 
}

h3 {  
  font-family: sans-serif, verdana;  
  font-size: 12px;  
  font-weight: bold;  
  color: black;  
  text-align: left;  
}

h4 {    
  font-size: 25px;  
  font-weight: bold;  
  color: darkblue; 
  text-align: center;  
}

h5 {  
  font-family: sans-serif, verdana;  
  font-size: 18px;  
  font-weight: bold; 
  margin-top:30px;
  color: darkgreen; 
  text-align: center;  
}

nav {  
  float: left;  
  width: 200px; 
  height: 200px; 
  margin: 0;  
  padding-right: 8px;  
  background-color: lightskyblue;  
  border-right: thin solid black;  
}

div.container {  
  width: 100%;  
  border: 5px solid rgb(37, 26, 134); 
}

div.loginbar {  
  width: 100%;  
  border: 1px solid gray;  
  background-color: linen;  
}

div.mission {   
  background-color: white; 
  text-align: center;  
}

div.transact {    
  width: 100%;  
  border: 1px solid gray;  
}

div.current {   
  width: 300px;  
  margin-top: 15px; 
  margin-bottom: 15px;  
  background-color: white;  
  border-right: thin solid black; 
  padding-left: 15px;  
}

div.statement {   
  margin-top: 15px; 
  margin-bottom: 15px;  
  width: 40%;  
  background-color: white;  
  border-right: thin solid black;  
  padding-left: 15px;  
}

div.card {   
  width: 100%; 
  margin: 0px; 
  padding: 0px;  
  background-color:silver;  
  border-bottom: thin solid black;  
}

table, tr, th, td {  
  border: 1px solid black;  
  border-collapse: collapse;  
  padding: 3px;  
}

.login {
  font-style: italic;
}

form label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}

form label1 {
  display: inline-block;
  width: 225px;     
  font-weight: bold;
}

