body {
    margin: 0;
    padding: 0;
    font-family: georgia, serif;
    font-size: 1.2em;
    background: #fff;
    text-align: center;
    color: #222;
    line-height: 1.6em;
}

img {
    border: none;
}

.imageleft {
  float: left;
  text-align: center;
	font-size: 75%;
 	font-weight: bold;
	line-height: 130%;
  border: 3px solid black;
	background-color: #fff;
  padding: 3px 3px 0px 3px;
  margin-right: 10px;
}

.imageright {
  float: right;
  text-align: center;
  font-size: 65%;
  line-height: 130%;
  border: 1px solid black;
  background-color: #fff;
  padding: 5px 5px 0px 5px;
  margin-left: 20px;
  margin-bottom: 15px;
}

#container {
    background-color: #fff;
    text-align: left;
    margin: auto;
    padding: 0;
    width: 650px;
    position: relative;
}

a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.hover {
  border-bottom: 1px solid;
}

p {
  margin: 0 0 1.5em 0;
  text-align: justify;
}

ul {
  display: inline;
  border: none;
  padding: 0;
}

ul li {
  display: inline;
  padding: 0 1em 0 1em;
  border-left: 1px solid #333333;
  list-style: none;
}

ul li.first {
  display: inline;
  list-style: none;
  margin-left: 0;
  border-left: none;
}

#friendslist {
  display: block;
  list-style-type: disc;
}

#friendslist li{
  display: block;
  border-left: none;
  padding-left: 0;
}

h1 {
  color: #222;
  font-size: 225%;
  font-weight: bold;
  margin: 1em 0 0.3em 0;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h2 {
  color: #222;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0.3em 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h3 {
  color: #222;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0.3em 0;
}

.stormeny {
  line-height: 1em;
}

.stormeny.h3 {
  text-align: left;
  margin-bottom: 0.1em;
}