body {font-size:3.0vw; background: #EEEEEE; }
h1 {font-size:5vw; text-align: center; margin-top: 0; padding-top: 0;  margin-bottom: 0; padding-bottom: 0;}
footer { text-align: center; font-size: 2vw; }
A { color: Blue;  font-style: Normal; text-decoration: none; }
A:hover { color: Red; }
.link_button {
    border-radius: 1vw;
	font-size: 4.2vw;
    border: solid 0.2vw Black;
    background: #DDDDDD;
    padding: 0.1vw 0.8vw;
    text-decoration: none;
}
.link_button:hover, .link_button:active {background: red; color: White;}
.homeicon  {width: 5%;}
