svg { height 100%; width 100% }

body {
   background-image: url(/images/beer.svg);
   background-repeat: no-repeat;
   background-position:center center;
   background-attachment:fixed;
   -o-background-size: 100% 100%, auto;
   -moz-background-size: 100% 100%, auto;
   -webkit-background-size: 100% 100%, auto;
   background-size: 100% 100%, auto;
}

a:link {font-size: large; text-decoration: none; color: green;}
a:visited {font-size: large; text-decoration: none; color: green;}
a:hover {
font-size: large; 
        font-weight: bold;
	color:limegreen;
	text-decoration:underline overline;
	}
a:active {font-size: large; text-decoration: none; color: green;}	

