
/* H1 = Huvudrubrik color: #FFE05F */

h1 {
  font-family: arial, verdana, sans-serif;
  font-size: large;
  color: #000000;
  background: transparent;
  font-weight: bold;
}

/* H2 = Underrubrik */
h2 {
  font-family: arial, verdana, sans-serif;
  font-size: medium;
  color: #000000;
  background: transparent;
  font-weight: bold;
}

/* H3 = Mindre rubrik */
h3 {
  font-family: arial, verdana, sans-serif;
  font-size: small;
  color: #000000;
  background: transparent;
  font-weight: bold;
}

/* H4 = Lite mindre text */
h4 {
  font-family: arial, verdana, sans-serif;
  font-size: x-small;
  color: #000000;
  background: transparent;
  font-weight: normal;
}



/* H5 = Top länkarna */
h5 {
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-size: small;
  color: #000000;
  background: transparent;
  font-weight: normal;
}



/* H6 = Liten text */
h6 {
  font-family: arial, verdana, sans-serif;
  font-size: xx-small;
  color: #000000;
  background: transparent;
  font-weight: normal;
}


p, li, ul, td {
  font-family: arial, verdana, sans-serif;
  font-size: small;
}


a {
  text-decoration: none;
}


a:link {
  font-family: arial, verdana, sans-serif;
  color: #000080;
  background: transparent;
  text-decoration: underline
}

a:visited {
  font-family: arial, verdana, sans-serif;
  color: #000080;
  background: transparent;
  text-decoration: underline
}

a:active {
  font-family: arial, verdana, sans-serif;
  color: #0000FF;
  background: transparent;
  text-decoration: underline
}

a:hover {
  font-family: arial, verdana, sans-serif;
  color: #FF0000;
  background: transparent;
  text-decoration: underline
}

