/* Bonus Inn mobile tyylit */

body {
font-family: Arial, Helvetica, sans-serif;
}

h1 {
background: #8f0a55;
width: 95%;
padding: 3px;
color: #ffffff;
font-size: 100%;
}

ul {
padding-left: 20px;
list-style: square;
}

a:link, a:active, a:visited {
color: #000000;
}

a:hover {
background: #8f0a55;
color: #ffffff;
}

#footer {
width: 100%;
border-top: 2px solid #8f0a55;
width: 95%;
font-size: 65%;
}