/* Chris James */

body {
font-family: 'Karla', sans-serif;
height: 700px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-image: url("polka.jpg");
background-size: 900px;
border: solid 8px #000000;
padding: 50px;
}

a { color: #000; text-decoration:none;}
a:visited { color: #000; }
a:hover { color: #000; background: white;}

h1 {
text-transform: uppercase;
line-height: 1.1em;

p {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

