@charset "utf-8";
body {
    background-color: #A29DBF;
    color: #000000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;	
}
#container {
    background-color: #FFFFFF;
    width:960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.1em;
}
section {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    float: left;
}
h1 {
    font-family: Verdana, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: #030C43;
    text-align: center;
    bottom: auto;
    vertical-align: middle;
}
h2 {
    margin-bottom: 3px;
    color: #10055B;
}
h3 {
    color: #190888;
    margin-bottom: 0px;
}
p {
    margin-top: 0px;
}
footer {
    font-size: 12px;
    color: #585656;
    text-align: center;
}
.learner {
    font-size: 17px;
    line-height: 0.9em;
    color: #3C16AC;
}
header {
   
    min-height: 150px;
}
aside {width:400px;float:right;margin-top:40px;
}



/* unvisited link */
a:link {
  color: #3000bb;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
    color: #ED0D0D;
}

/* selected link */
a:active {
  color: blue;
}
.note {
    color: #ED0D0D;
}
.imgcss {
    text-align: center;
}
