/* GENERAL STUFF */

body {
    margin: 0;
    padding: 0;
background-color: #2f4faa;
font-size: 11px;
line-height: 14px;
letter-spacing: normal;
  text-align: center;
font-family: Gill Sans, Gill Sans Light, Gill Sans Ultra Bold, sans-serif;
    color: #FFFFFF;
}


/* Link colors, IMG borders, etc */

a:link { 
text-decoration:none;
 color: #FFFFFF;

}
a:visited { 
 color: #FFFFFF;
text-decoration:none;

}

a:hover { 
text-decoration: underline;
 color: #000000;
}


/* Linked images have no borders */
a img {border: none; }




/* ALIGNMENT CONTAINER */

#container {
margin: auto;
 text-align: left;
 }

#container2 {
margin: auto;
width:1200px;
 text-align: left;
 }


/* OVERALL SITE CONTAINER */


#comic {
width:800px;
  }

#thedamnnews {
z-index:2;
position:absolute;
top:65px;
left:915px;
text-align:right;
width:300px;
  }


/* Text sizes. */

span.h1 {
font-size: 20px;
line-height: 20px;
letter-spacing: 2px;
font-style: normal;
}

span.small {
font-size: 11px;
line-height: 12px;
letter-spacing: 0px;
font-style: normal;
}

span.med {
font-size: 12px;
line-height: 14px;
letter-spacing: normal;
font-style: normal;
}

span.med2 {
font-size: 12px;
line-height: 14px;
letter-spacing: normal;
font-style: normal;
color: #2f4faa;
}


span.large {
font-size: 14px;
line-height: 16px;
letter-spacing: normal;
font-style: normal;
}


span.date {
font-size: 12px;
line-height: 20px;
letter-spacing: normal;
font-style: normal;
}



span.news {
font-size: 12px;
line-height: 14px;
letter-spacing: normal;
font-style: normal;
}
