html {
    /* This image will be displayed fullscreen */
    background:url('http://www.w0avq.org/pics/winter.jpg') no-repeat center center;
    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;
    /* The Magic */
    background-size:cover;
    
}

.red {
    background-image:red;

    border:2px solid maroon;
    color:black;
    font-size:25px;
    font-weight:bold;
    font-style:italic;
    font-family:"Georgia";
    padding:5px 5px;
    border-radius:50px;
    width:150px;
    height:60px;
}

.red:hover {
    background-color:darkred;
    color:navajowhite;
}

.hobby {
    background-color:lawngreen;
    border:2px solid darkgreen;
    color:black;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Georgia";
    padding:5px 5px;
    border-radius:50px;
    width:120px;
    height:90px;
}

.hobby:hover {
    background-color:darkgreen;
    color:navajowhite;
}
.blank {
    background-color: blanchedalmond;
    border: 2px solid saddlebrown;
    padding: 5px 5px;
    border-radius: 8px;
    width: 240px;
    height: 40px;
}
.blank:hover {
    background-color: burlywood;
    color: white;
}
.desc
 {
    background-color:transparent;
    text-decoration: none;
    color:black;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:5px 5px;
    border-radius:50px;
    border:none;
    width:90%;
    height:120px;
}
.business
 {
    background-color:transparent;
    text-decoration: none;
    color:black;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:5px 5px;
    border-radius:50px;
    border:none;
    width:450px;
    height:120px;
}
.doctor
 {
    background-color:transparent;
    text-decoration: none;
    color:midnightblue;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:10px 10px;
    border-radius:50px;
    width:450px;
    height:120px;
}
.dest
 {
    background-color:antiquewhite;
    border:4px solid crimson;
    text-decoration: none;
    color:midnightblue;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:10px 10px;
    border-radius:50px;
    width:480px;
    height:90px;
}
.notes
 {
    
    background-color:antiquewhite;
    border:4px solid crimson;
    color:black;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:5px 5px;
    border-radius:50px;
    width:auto;
    height:auto;
}
.phone
 {
    background-color:lawngreen;
    border:4px solid darkgreen;
    text-decoration: none;
    color:blue;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:0px 10px 0px 10px;
    border-radius:50px;
    width:auto;
    height:auto;
}
.fax
 {
    background-color: peachpuff;
    border: 4px solid maroon;
    text-decoration: none;
    color:blue;
    font-size:35px;
    font-weight:bold;
    font-style:italic;
    font-family:"Baskerville";
    padding:0px 10px 0px 10px;
    border-radius:50px;
    width:auto;
    height:auto;
}

body {
    /* Workaround for some mobile browsers */
    min-height:100%;
}