.rub1 {
  font-family: Verdana, Ariel, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: x-large;
  text-align:center;
}

.rub2 {
  font-family: Verdana, Ariel, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: large;
  text-align:center;
}

.text {
  font-family: Georgia, Verdana, Ariel, Helvetica, serif;
  font-style: normal;
  font-size: large;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
}

.meny1 {
  font-family: Ariel;
  font-style: normal;
  font-weight: bold;
  font-size: large;
  color: #000000;
}

.meny1Vald {
  font-family: Ariel;
  font-style: normal;
  font-weight: bold;
  font-size: larger;
  color: blue;
}

.meny2 {
  font-family: Ariel;
  font-style: normal;
  font-weight: bold;
  font-size: large;
  color: #000000;
}

.meny2Vald {
  font-family: Ariel;
  font-style: normal;
  font-weight: bold;
  font-size: larger;
  color: blue;
}

.meny3 {
  font-family: Ariel;
  font-style: normal;
  font-weight: bold;
  font-size: medium;
  color: #000000;
}

.meny3Vald {
  font-family: Ariel;
  font-style: normal;
  font-weight: bold;
  font-size: large;
  color: blue;
}

.footerNav {
  width: 230px;
  height: 40px;
  display: table;
  float: left;
}

html {
  color: black;
  background-color: white;
  text-align: left;
  font-family: sans-serif;
}

body {
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 5px;
  background-color: white;
}

nav {
  width: 200px;
  float: left;
  padding: 10px;
  background-color: #fffa00;
}

article {
  width: 700px;
  padding: 10px;
  float: left;
  display: table;
  background-color: white;
}

footer {
  width: 700px;
  height: 35px;
  display: block;
  float: left;
  background-color: white;
}
