body {

background:       white;

}


#maincontent {
  background:       white;
  border-color:     black;
  border-style:     dashed;
  border-bottom-width: thick;
  border-width:     thick;
  height:            500px;
  width:            700px;
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:        50px; 
 margin-left:       50px;

}

#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;

}



#comics{

  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:       50px;

}

#comics a:link {
background : white;
color:  white;
padding-right: 40px;
text-decoration:none;
}

#comics a:visited {

color:  black;
text-decoration:none;

}

#comics a:hover {

background : black;
color:  white;
padding-right: 40px;
text-decoration:line-through;

}














