 /* CSS comments */

body { background-color: #111111; text-align:left; }

div#master_div { width: 770px;  
                 background-color: #000000; 
		 text-align:left;
                 margin: 0px auto; }

/* Inside the Master Div */

      div#topbox   { margin: 0px 0px 0px 0px;
                     height: 390px; 
                     width: 770px;
                     text-align:left;}


/*Home Link*/

span#dividing_line{font-weight: bold;
                   font-size: 16px;
                   font-family: arial, sans-serif;
                   color: #FEFEFE; }

a#home_link{font-weight: bold;
            font-size: 16px;
            font-family: arial, sans-serif;
            text-decoration: none;
            color: #4854DD; }

a#home_link:hover{font-weight: bold;
            font-size: 16px;
            font-family: arial, sans-serif;
            text-decoration: underline;
            color: #4854DD; }


/*search fields */

span.wordsearch{font-weight: bold;
              font-size: 16px;
              font-family: arial, sans-serif;
              color: #FEFEFE; }

form#search_form{ margin: 0px 0px 0px 0px;}


/*search results */

span.search_return_number{font-weight: bold;
              font-size: 14px;
              font-family: arial, sans-serif;
              color: #EEEEEE; }

a.search_link{font-weight: bold;
              font-size: 16px;
              font-family: arial, sans-serif; 
              color: #4854DD; }

span.date_span{color: #FFFFFF;}

span.found_quote{color: #DDDDDD;
                 font-size: 17px;
                 font-family: "Times New Roman", serif;}

span.found_word{color: #FFFFFF;
                font-size: 17px;
                font-weight: bold;
                text-decoration: underline;
                font-family: "Times New Roman", serif;}

span.no_quote{color: #FFFFFF;
              font-weight: bold;
              font-family: verdana, sans-serif;}


/* Buttons */

a.searchnav{font-weight: bold;
            font-size: 12pt;
            font-family: arial, sans-serif;
            color: #FFFFFF;}

a.searchnav:visited{font-family: arial, sans-serif;
                        font-size: 12pt; 
                        font-weight: bold;
                        color: #8944CA; }	

a.searchnav:hover{font-family: arial, sans-serif;
                      font-size: 12pt; 
                      font-weight: bold;
                      color: #4854DD; }

span.onnav{font-family: arial, sans-serif;
                      font-size: 12pt; 
                      font-weight: bold; 
                      color: #FFFFFF; }



          

/* Circle Link */

      div#bottom_div { background-color: #111111;
                     margin: 0px 0px 0px 0px; 
                     text-align: center;
                     width: 770px;}

      span#mywebcomic { font-size: 13pt; 
                        font-weight: bold;
                        letter-spacing: 1px;
                        font-family: monospace;
                        text-decoration: underline;
                        color: #CCCCCC; }

      a#circle { font-size: 13pt; 
                 font-weight: bold;
                 letter-spacing: 0px;
                 font-family: monospace;
                 text-decoration: none;
                 color: #CCCCCC; }
 
      a#circle:hover{ font-size: 13pt; 
                 font-weight: bold;
                 letter-spacing: 0px;
                 font-family: monospace;
                 text-decoration: none;
                 color: #4854DD;}

   a#satire{ font-size: 13pt; 
                 font-weight: bold;
                 letter-spacing: 0px;
                 font-family: monospace;
                 text-decoration: none;
                 color: #DDDDDD; }

    a#satire:hover{ font-size: 13pt; 
                 font-weight: bold;
                 letter-spacing: 0px;
                 font-family: monospace;
                 text-decoration: none;
                 color: #FA3D39;}

             
     a#umbrage { font-size: 13pt; 
                 font-weight: bold;
                 letter-spacing: 0px;
                 font-family: monospace;
                 text-decoration: none;
                 color: #DDDDDD; }

    a#umbrage:hover{ font-size: 13pt; 
                 font-weight: bold;
                 letter-spacing: 0px;
                 font-family: monospace;
                 text-decoration: none;
                 color: #4854DD;}
                 
    span.bar {font-size: 13pt; 
          font-weight: bold;
          letter-spacing: 1px;
          font-family: monospace;
          color: #DDDDDD; }

                 


/* updates */

      div#big_space{margin: 0px 0px 0px 0px;
                        width: 1px;
                        height: 90px;}


span#updates_span{font-family: arial, sans-serif;
                  font-size: 8pt; 
                  font-weight: bold;
                  color: #777777;}

/*Advertisements*/

a#advertise_here{ font-family: "Times New Roman", serif;
                  font-size: 10.5pt; 
                  font-weight: bold;
                  text-decoration: none;
                  color: #4854DD;}

/* Email me */

span#emailspan{font-family: arial, sans-serif;
               font-size: 8pt; 
               font-weight: bold;
               color: #CCCCCC;}

span#copyspan{font-family: arial, sans-serif;
               font-size: 7pt; 
               font-weight: bold;
               color: #CCCCCC;}

/* Tools */

div.bigger_spacer{margin: 0px auto;
           width: 2px;
           height: 8px;}

div.spacer{margin: 0px auto;
           width: 2px;
           height: 4px;}
div.small_spacer{margin: 0px auto;
           width: 2px;
           height: 2px;}

div.line{margin: 0px auto;
         width: 770px;
         height: 3px;
         background-color: #FFFFFF;}




      