body {
  background: white;
  color: black;
}

#corner {
  background-color: #A91C32;
}

#header {
  background-color: #ffa900;
}

#index {
  border-top-color: #c9c9c9;
}

#index h2, #index a {
  border-bottom-color: #c9c9c9;
}

#index a:hover {
  background-color: #eeeeee;
}

#main, #footer {
  border-top-color: #c9c9c9;
}
  
  
a {
  color: #594FBF;
}
a:visited {
  color: #594FBF;
}
h1 {
  border-bottom-color: #c9c9c9;
}


