* {margin: 0; padding:0}

hr {color:sienna;}

body {
  margin-left:150px;
  background-image:url("background.gif");
  background-position:50px 5px;
  background-size:800px 1280px;
  background-repeat:no-repeat;
  font-family:Tahoma, Geneva, sans-serif;
}

section#details {
  margin-top: 10px;
}

p[id^="details"] {
  display: none;
}

header {
  margin-bottom: 10px;
}

h2 {
  margin-top:100px;
  color:black;
  font-size:16pt;
}

h4.tab {
  margin-left:50px; 
  max-width:600px;
} 

p {
  margin-left:50px;
  max-width:600px;
}

a:link    {color: #FF4C4C; text-decoration: none;}
a:visited {color:#990033; text-decoration:none;}
a:hover   {color:#990033; text-decoration:underline;}
a:active  {color:#333; text-decoration:none;}