/* index css sheet */

.wrapper {
  max-width: 1200px;
  min-width: 720px;
  min-height: 1200px;
  margin: 11px auto 11px auto;
  padding: 5px;
  border: 4px dotted #036D3F;
  background-color: #c1ff72}

body {
  width: 90%;
  margin: 0 auto;
}

ul { 
  background-color: #5eb1bf;
  line-height: 1.5em;}

ol {
  background-color: #5eb1bf;
  line-height: 1.5em;
  list-style-type: lower-roman}

article {
    width: 560px;
    clear: both;
    overflow: auto;
    display: block;
    float: left;
}

aside {
    display: block;
    width: 230px;
    float: right;
}

/* inline navigation formatting */

.navigation {
  list-style-type: none;
  margin: 0px auto 0px auto;
  padding: 10px;
  text-align: center;}

.navigation li {
  display: inline;
  margin-right: 10px;}

/* link formatting */

a:link {
  color: #003366;}

a:visited {
  color: #e6004a;}


/* id formatting */

#header {
  color: #036D3F;
  text-align: center;
  margin: 10px auto 10px auto;}

#practice {
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  top: 10px;
  left: 100px;}

/* class formatting */

