/*THANK YOU FOR DOWNLOADING THIS LAYOUT.
IF YOU HAVE NO EXPERIENCE WITH CSS PLEASE DON'T
CHANGE ANYTHING IN THIS FILE. IF YOU KNOW WHAT YOU
ARE DOING SOME MINOR CHANGES ARE ALLOWED.
BEST REGARDS AND HAVE FUN! :)*/

body {
color: #A03559;
font-family: Calibri;
font-size: 14px;
line-hight: 18px;
overflow-x:hidden;
background-color: #DBE3EC;
}

.layout {
margin: auto;
width: 1109px;
}

iframe {
border: 0px;
}

.headertitle {
color: #FFFFFF;
font-family: 'Parisienne', cursive;
font-size: 40px;
font-style: bold;
line-height: 58px;
text-align: center;
text-shadow: #BB2959 1px 1px 3px;
}

a:link, a:visited, a:active {
color: #E03C3A;
text-decoration: underlined;}

.menu {
width:150px;
}
.menu a {
color:#5BB2B8;
font-size:14px;
font-family:Calibri;
line-height: 40px;
text-align: center;
text-decoration: none;
display:block;
width:150px;
background-color: #FFFFFF;
border-radius: 25px 25px 25px 25px;
}
.menu a:hover {
color:#FFFFFF;
font-size:14px;
font-family:Calibri;
line-height: 40px;
text-align: center;
text-decoration: none;
display:block;
width:150px;
background-color: #C3DAE8;
border-radius: 25px 25px 25px 25px;
}

.headline {
color: #97BABF;
width: 150px;
font-size: 56px;
font-family: Gabriola;
line-height: 56px;
text-align: center;
text-transform: lowercase;
text-shadow: #FFFFFF -1px -1px 2px;
}

u {color: #A03559;
text-decoration: underlined;}

b {font-weight:bold;
color: #EA779C;}

i {font-weight:italic;
color: #C95AB9;}