/*
 pelukyta.css for http://www.Pelukyta.com/

Last Modified: 

  2009-12-03 - File created
  2010-02-11 - added clearFloat
*/



BODY {
  margin: 10px 5%; padding: 0px;
  font-size: medium;
  border: solid 1px black;
  font-family: Arial, Sans-Serif;
  background: #ffffc0;
  color: #800000;
}

.HeaderArea {
  text-align: center;
  margin-bottom: 1em;
}

A {
  color: #6090df;
}

#navLinks A {
  width: 150px;
  text-align: center;
  border: solid 1px #fc5f48;
  background: #ffff80;
  color: #fc5f48;
  padding: 5px;
  text-decoration: none;
}

#navLinks A.active {
  background-color: #fc7f68;
  color: #ffffc0;
}


.floatRight {
  float: right;
}

.centerText {
  text-align: center;
}

.clearFloat {
  clear: both;
}

.footer {
  clear: both;
  text-align: center;
  font-size: 70%;
}

H1, H2, H3 {
  color: #b92619;
}
