/*
 * Copyright by Oliver Musebrink (www.olivermusebrink.de)
 */


/*
 * HTML
 */
html
{
  width:  100%;
  height: 100%;
}


/*
 * Body
 */
body
{
  width:            100%;
  background-color: #f4f4f4;
}


/*
 * Content
 */
#content
{
  margin:  80px auto 0px auto;
  padding: 40px;
  width:   660px;
  font:    normal normal normal 12px/24px Georgia, "Times New Roman", serif;
  color:   #7f7f7f;



background-color: #f4f4f4;
}

#content h3
{
  font:           normal normal normal 12px/24px Georgia, "Times New Roman", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:          #3f3f3f;
}

#content a
{
  text-decoration: underline;
  color:           #005fff;
}

#content a:hover
{
  text-decoration: underline;
  color:           #005fff;
}


