body {
    margin-left:1cm;
    background-image:url(background.JPG);
    background-repeat:repeat-y;
}
h1 { text-transform:uppercase; color:orange; }
h2 { text-decoration:underline; text-transform:uppercase; }

/*ul { line-height:60px; }*/
a:link { color:red; }
a:visited { color:blue; }
/*a:hover { font-style:italic; font-size:120% }*/
a:hover { font-style:italic; }
address { text-align:right }