@charset "utf-8";
.header {
    width:100%;
    text-align: center;
}
body {
    background-color: #D3D3D3; 
    /*E0FFFF;*/
}
h1 {
    color: red;
}
h2 {
    color: black;
}
h3 {
    color: red;
}
.footer {
    width:100%;
    text-align: center;
    float: left;
}
.main {
    width:100%;
}
.col1 {
    width: 150px;
    float: left;
}
.col2 {
    width: 65%;
    float: left;
}
.box {
  border:solid #ffff00 1px;
  border-radius:6px;
  -moz-border-radius:6px;
  background:#ffffe6;
}

