body {
	background: #003;
	margin:0;
	color: #003;
	font-family: Trebuchet MS, arial, sans-serif;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h5 {
	font-size: 8px;
}

a:link {
  color: #5588aa;
  text-decoration:none;
  }
a:visited {
  color: #32527a;
  text-decoration:none;
  }
a:hover {
  color: #600;
  text-decoration:underline;
}

hr {
	height: 2px;
	color: #922;
	background-color: #922;
	width: 100%;
}

#main {
	width: 750px;
	margin: 100px auto;
	padding: 20px;
  background: #ffdecc url(http://dadaph.com/webgrafikk/dadaph-blogg-bak.png) 50% 20% no-repeat fixed;
  border:2px solid #922;
}
