/* rojaro.css */

body {
  /*font-family: Times New Roman;*/
  font-family: Georgia;
}

a.storgrønn {
  font-weight: bold;
  font-size: larger;
  color: #006400;
}

a.storrød {
  font-weight: bold;
  font-size: larger;
  color: red;
}

a.storblå {
  font-weight: bold;
  font-size: larger;
  color: blue;
}

a.storsvart {
  font-weight: bold;
  font-size: larger;
  color: black;
}


