/* ozimodo::site::css */
body {
  font-family:georgia;
  letter-spacing:0px;
  background: #ddd;
  margin: 0;
}

a:link {
  color:black;
}

a:visited {
  color: #333;
}

a:hover {
  background:black;
  color:white;
  text-decoration:underline;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#main {
  margin-left: 15%;
  margin-right: 15%;
  background: #fff;
  border: 2px solid blue;
  border-top: none;
}

#header td.title-cell {
  text-align: center;
}

#header span.title {
  font-size:240%;
}

#header .bracket {
  color:red;
  font-size:600%;
}

#nav {
  margin-bottom: 20px;
  background: #eee;
  text-align: center;
}

#content {
  padding: 0 30px 0 30px;
}

#content h1 {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

#content span.aside {
  font-size: .8em;
}

#content ul {
  margin:15px;
}

#footer {
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px;
  border-top: 1px solid black;
  text-align: center;
}
