p, ul
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: normal;
  margin-right: 30%;
}

p.citat
{
  font-style: italic;
  margin-left: 100px;
  margin-bottom: -1em;
}

p.kalla
{
  margin-left: 250px;
}

li
{
  padding-bottom: 1em;
}

body
{
  margin-left: 70px;
  margin-top: 70px;
  background-image: url('dodsstjarnor.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

table.meny
{
  width: 100%;
}

td.meny
{
  font-size: small;
  text-align: right;
  vertical-align: bottom;
  padding-left: 70px;
  margin-bottom: 20px;
}

table.datum
{
  margin: 30px;
  font-size: small;
  background: white;
  float: right;
  width: 300px;
  color: black;
  border-style: dotted;
  border-color: black;
  border-width: 2px;
}

td.color1
{
  background: RGB(218,30,72);
  color: black;
}


td.color2
{
  background: white;
  color: black;
}

strong
{
  font-family: serif;
}

h1
{
  font-size: x-large;
}

h2
{
  font-size: large;
}

a, a:visited, a:active
{
  color: RGB(218,30,72);
}

div.center
{
  text-align: center;
}