/*
 pelukyta.css for http://www.Pelukyta.com/

Last Modified: 

  2009-12-03 - File created

*/



BODY {
  margin: 10px 5%; padding: 0px;
  font-size: medium;
  border: none;
  font-family: Arial, Sans-Serif;
  background: url(../images/pelukytaBackground.jpg);
  background-repeat: repeat-x;
  background-color: #e6f6f6;
  color: #103f8f;
  border: none;
}

.HeaderArea {
  text-align: center;
  margin-bottom: 1em;
}

A {
  color: #4656da;
}

#navLinks A {
  width: 120px;
  text-align: center;
  border: solid 1px #4a73c3;
  color: #4a73c3;
  padding: 5px;
  text-decoration: none;
  background: #aad0e6;
  font-weight: bold;
  display: inline-block;
}

#navLinks A.active {
  background-color: #0a33e3;
  color: #aad0e6;
}

#navLinks A:hover {
  background-color: #4a73c3;
  color: #faa53c;
}


.floatRight {
  float: right;
}

.centerText {
  text-align: center;
}

.footer {
  clear: both;
  text-align: center;
  font-size: 70%;
}

H1 {
  color: #103faf;
  margin-top: 0px;
  font-size: 120%;
}

H2, H3 {
  color: #7f388c;
}

