body
{
background-color:black;
font-family: garamond;
color:white; 
}
td.who{
background-color:gray;
}
td.what{

}
.input-box{
    background-color: snow;
    font-size: 12px;
    width: 15.3em;
    border: Gainsboro solid 1px;
}
.submit-button{
    float: right;
    margin-right: 1em;
    color: snow;
    background: black;
    border: white solid 1px;       
}
a{
color:white;
text-decoration: none;
}

a:hover
{
color: #FFFFC0;
text-transform: none;
font-stretch: narrowed;
}

a.vissza:hover
{
color: #FFFFC0;
text-transform: none;
font-stretch: narrowed;
}

p
{

color:white;
font-style: oblique;
font-size:11pt;
padding-bottom: 10px;
}

h2
{
font-family: garamond;
color:white;
}

h4
{
font-family: garamond;
color:white;
background-color:blue;
text-transform:uppercase;
text-align:right;
text-indent:10px;
}

