body {

background:       white;

}


#maincontent {
  background:       white;
  border-color:     black;
  border-style:     dashed;
  border-bottom-width: thick;
  border-width:     thick;
  height:            721px;
  width:            800px;
margin-top:   50px;  
margin-left: auto;
  margin-right:auto;



 }

#blog{

  color :           black;
  
  font-family:      courier,impact,monospace;
  font-size:        100%;
  font-weight:      bolder;
  border-color:     black;
  border-style:     dotted;
  border-width:     medium;
  width:            100px;
 margin-top:        20px; 
 margin-left:       -5px;

}

#comic1 {
background-image: url("../bilder/comic2_web.jpg");

 width:            800px;
  height:            721px;
  margin-top:0px;
  margin-left:0px;
  z-Index: 2;



}

#blog a:link {
background : white;
color:  white;
padding-right: 60px;
text-decoration:none;
}

#blog a:visited {

color:  black;
text-decoration:none;

}

#blog a:hover {

background : black;
color:  white;
padding-right: 60px;
text-decoration:line-through;

}




 












