body
{
  font-family: Helvetica, Arial, sans-serif;
  color: black;
  background-color: #ff44e6;
  text-align: center;
}

img
{
  border: 0;
}

abbr
{
  text-decoration: none;
  border-bottom: 1px #ff44e6 dashed;
  text-transform: none;
  font-variant: normal;
}

h1
{
  font-size: x-large;
}

h2
{
  font-size: large;
}

h3
{
  font-size: medium;
}

h1, h2, h3
{
  font-weight: bold;
}

a, a:visited, a:hover, a:active
{
  color: #f0000f; /* prononcez "fouffe" */
  text-decoration: none;
}

h1 a, h1 a:visited, h1 a:hover, h1 a:active
{
  color: black;
}

a:hover
{
  text-decoration: underline;
}

div.song-texts
{
  font-size: 150%;
  background-color: #ffb2f5;
}

div.song-texts h3
{
  font-size: 150%;
}

div#content
{
  text-align: left;
}

div#nav
{
  text-align: center;
}

div.pageblock
{
  background-color: #ff95f1;
}

div#notice
{
  background-color: #fff663 !important;
  color: #ff3636 !important;
}

div.form-error
{
  background-color: #f0000f;
  font-weight: bold;
  color: #ff95f1;
}

div.form-error ul, div.song-list ul
{
  list-style-type: none;
}

input.form-input, textarea.form-input
{
  background-color: #eee;
  color: black;
  border: 1px solid #ff44e6;
}

input.form-input:hover, textarea.form-input:hover, input.form-input:active, textarea.form-input:active, input.form-input:focus, textarea.form-input:focus
{
  background-color: #fff;
}

div.form-submit input.form-input
{
  font-size: 150%;
}

div#menu ul
{
  list-style-type: none;
}

div#menu ul li
{
  display: inline;
  background-color: #ffb2f5;
}

div#menu ul li.active
{
  background-color: #ffccf8;
}

div#menu ul li a
{
  color: black;
}

div#iesucks
{
  font-size: small;
  background-color: white;
  border: 2px solid red;
  color: red;
  text-align: center;
  margin: 0.5em auto;
  padding: 0.5em;
  width: 37em;
}

div#iesucks a, div#iesucks a:active, div#iesucks a:hover, div#iesucks a:visited
{
  color: red;
  text-decoration: underline;
}
