html,body
{
height: 100%;
}

body
{
font-family: Arial;
font-size: 0.8em;
color: #537794;
margin: 0px;
text-align: center;
}
.title
{
font-size: 1.1em;
}
.mail
{
text-decoration: underline;
color: #5B6C86;
}
.mail:hover
{
color: #F99D1C;
}
.start_link
{
text-decoration: none;
color: #FFFFFF;
line-height: 1.3em;
letter-spacing: 0.01em;
font-size: 1.3em;
}
.start_link:hover
{
color: #F99D1C;
}
.start_link2
{
text-decoration: none;
color: #5B6C86;
}
.start_link2:hover
{
color: #F99D1C;
}
.link
{
text-decoration: none;
color: #F99D1C;
}
.link:hover
{
color: #5B6C86;
}
.link2
{
text-decoration: none;
color: #5B6C86;
}
.link2:hover
{
color: #F99D1C;
}
.link_small
{
text-decoration: none;
font-size: 0.8em;
color: #5B6C86;
}
.link_small:hover
{
color: #F99D1C;
}
input
{
border: solid 1px #5B6C86;
font-family: Arial;
color: #5B6C86;
width: 230px;
}
textarea
{
border: solid 1px #5B6C86;
font-family: Arial;
font-size: 1em;
color: #5B6C86;
width: 230px;
height: 70px;
}
