  body
  {
    background: #fff;
    color: #0000ff;
    font-family: "Lucida Grande", Verdana, Vera, Sans-serif;
    font-size: 14px;
    padding: 10px;
    margin: 0 auto 0 auto;
 }

  #wrap
  {
    width: 600px;
    padding: 10% 20%;
 }

  #header
  {
    color: #4e4e4e;
 }


  a.letoltes
  {
    color: #FF0000;
    text-decoration: none;
    /*border-bottom: 1px dotted #949494;*/
 }

  a.letoltes:hover
  {
    color: #ababab;
    /*border-bottom: 1px dotted #949494;*/
 }

  a.vegyes
  {
    color: #4e4e4e;
    text-decoration: none;
    /*border-bottom: 1px dotted #949494;*/
 }

  a.vegyes:hover
  {
    color: #ababab;
    /*border-bottom: 1px dotted #949494;*/
 }




  #footer
  {
    color: #8e8e8e;
 }
