body {
font-family: georgia, helvetica, arial;
background: #FAF93C url(images/bg_wall.gif) no-repeat fixed;
background-position: bottom right;

}

h1 {
font-size: 50px;
background-color: #EC1559;
padding: 6px;
color: #213240;
}

h2 {
margin: 10px 0 2px 0;
font-size: 30px;
background-color: #10C8CD;
padding: 6px;
color: white;
opacity: 0.7;
}

ul {
margin: 5px 0 20px 0;
color: #213240;
list-style-type:none;
}

li {
color: #D61854;
}

a:link {
background-color: #EC1559;
color: #fff;
font-weight: bold;
margin-right: 10px;
text-decoration: none;
}

a:active {
text-decoration: none;
font-weight: bold;
margin-right: 10px;
}

a:visited {
color:#D61854;
text-decoration: none;
font-weight: bold;
margin-right: 10px;
}

a:hover {
background-color: #10C8CD;
font-weight: bold;
margin-right: 10px;
text-decoration: none;
}
