body {
background-color: #FFFFFF;
color: 5A5B5D;
font-family: Corbel;
font-size: 13px;
}

#formular {
margin-left: 40%;
margin-top: 5%;
}

#formular2 {
margin-left: 40%;
}

#title {
text-align: center; 
text-decoration: bold;
background-color: #F2F2F2;
width: 310px;
border-style: solid; 
border-width: 1px;
border-bottom: 0px;
font-size: 13px;
}

#table {
width:310px;
font-size: 13px;
border-style: solid; 
border-width: 1px;
background-color: #DDECFE;
border-left: center;
}

#cell {
text-align: center;
}
a:link {
color: #593261;
text-decoration:none;
}

a:visited {
color: #593261;
text-decoration:none;
}

a:hover {
color: #739600;
text-decoration:none;
}

a:active {
color: #593261;
text-decoration:none;
} 

select {

text-align: left;
background-color: white;
border-width: 1px;
width: 190px;
font-size: 12px;

} 

input {
text-align: left;
border-width: 1px;
width: 190px;
font-size: 12px;
}

.submit {
background-color: white;
border-color: white;
border-width: 0px;
font-family: Corbel;
font-size: 13px;
}