/* Text och färg beskrivs här */



a:link {
  color: #FF5555; /* Rosa färg */
}

a:hover {
  text-decoration: none;  /* Ingen understrykning */
}

a:visited {
  color: #009900; /* Grön färg */
}

body {
  background-color: #FFEEEE; /* Ljusrosa färg */
}

h1 {
  font-family: Arial, Impact, 'Times New Roman';
  font-size: 1.5em;
}

.center {
  background-color: #FFFFFF;                        /* Vit färg */
  font-family: Verdana, Georgia, 'Times New Roman';
  line-height: 2em;
}

.cv h2 {
  text-transform: uppercase;
  font-size: 1.25em;
}

.cv h3 {
  font-weight: bold;
}

.filer th {
  text-align: center;
}

.filer-filer th {
  background-color: #EBC79E;
}

.filer-kategori th {
  background-color: #6EFF70;
}

.filer-paket th {
  background-color: #36DBCA;
}

.footer {
  text-align: center;
}

.huvudmeny {
  text-align: center;
}

.top {
  text-align: center;
  font-family: 'Sans Serif', Arial, 'Times New Roman';
  font-size: 3em;
}

.top a {
  text-decoration: none;
  color: #000000;
}
