/* Base scheme for EA website */

body { 
  background-color: #f8ffff;
  font-family: Trebuchet MS,Trebuchet,sans-serif;
}
table { 
  width: 100%;
}
h1 {
  color: #00cccc;
  font-size: large;
}
h2 {
  color: #008888;
  font-size: medium;
}
a:link { 
  font-size: small;
}

<!-- Header -->
.header { 
}
table.header {
  font-weight: bold; 
  font-family: Trebuchet MS,Trebuchet,sans-serif;
  border-width: thin;
  border-bottom-style: solid;
}
.headerleft { 
  color: #cc9922; 
  font-size: xx-large;
}
td.headerleft { 
  width: 30%;
}	
.headercenter { 
  color: #ff8800; 
  text-align: center; 
  font-size: x-large;
}
td.headercenter { width: 40%;
}	
.headerright { 
  color: #aa00aa; 
  text-align: right; 
  font-size: large; 
  vertical-align: bottom;
}
td.headerright { 
  width: 30%;
}	

<!-- Navbar -->	
.navbar {
}
table.navbar {
  text-align: center;
  border-bottom-style: solid
}	
td.navbar { 
  width: 15%; 
  color: red;
}	

<!-- Main -->
.main {}
table.main { 
}	
.mainleft {
  vertical-align: top;
}
td.mainleft { 
  width: 140px;
}	
.maincenter { 
  vertical-align: top;
}
td.maincenter {
  padding-left:20px;
}

<!-- Footer -->
.footer { 
}
table.footer {   
  font-size: small;
  font-family: Times,serif;
  text-align: center;
  border-top-style: solid
}
