/* CSS Document for HYGGE*/

body{
background-color: #98AFB1;
background-image:url('images/back.jpg');
color: #727C81;
font-family: arial, verdana, sans-seriff;
}

.main{
background-color: #ffffff;
font-size: 11px;
text-align: justify;
padding: 9px;
}


.form{
background-color: #ffffff;
font-size: 11px;
text-align: justify;
}

.buttonscontainer {width: 100%;}

.buttons a {color: #000000;
background-color: #ffffff;
padding: 2px;
padding-left: 3px;
display: block;
font: 11px arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
}

.buttons a:hover {background-color: #BCC9CD;
color: #ffffff;
text-decoration: none;
}

hr {
  border: 0;
  width: 100%;
  color: #BCC9CD;
  background-color: #BCC9CD;
  height: 1px;
}


/* Main Links */
a:link {color: #727C81; letter-spacing: 0px; text-decoration: underline; font-size: 11px; font-weight: bold;}
a:hover {color: #98AFB1; text-decoration: underlineline; font-size: 11px;  font-weight: bold;}
a:visited {color: #727C81; text-decoration: underline; font-size: 11px;  font-weight: bold;}