@charset "iso-8859-1";

body, input, textarea, td
{
  font-family: Arial, sans-serif;
  font-size: 18px;
}

body
{
  background: #000000 none;
  margin: 50px 10px 50px 10px; /* top, right, bottom, left */
}

div
{
  width: 675px;
  margin: auto; /* top, right, bottom, left */
  padding: 40px 40px 40px 40px; /* top, right, bottom, left */
  background: #FFDE54 none;
  border-radius: 25px;
}

p.nav, p.small
{
  font-size: 80%;
}

h1
{
  font-size: 175%;
  color: #0000ff;
  margin: 0 0 0 0; /* top, right, bottom, left */
}

h2
{
  color: #AC1921;
  font-size: 125%;
  margin: 1.25em 0 -0.5em 0; /* top, right, bottom, left */
  text-decoration: none;
}

h3
{
  font-size: 100%;
  margin: 1em 0 -1em 0; /* top, right, bottom, left */
}

/* Order must be: link, visited, hover, active */

a:link, a:visited
{
  color: #0000ff;
  text-decoration: none;
}

a:hover, a:active
{
  text-decoration: underline;
}

/* Undo underline for browsers that support CSS 2 */

a:hover[name]
{
  text-decoration: none;
}

.accent
{
  color: #ffffff;
  font-weight: bold;
}

img
{
  border: none;
}

img.martin
{
  margin: 0px 0px 15px 40px; /* top, right, bottom, left */
  float: right;
  clear: right;
  border-radius: 10px;
}

hr
{
  clear: right;
  border: 1px solid #ffb400;
}

li
{
  margin: 0 0 0.75em 0; /* top, right, bottom, left */
}
