  html, body { margin: 0pt;
    padding: 0pt;
    }

  body { background-image: url(../images/bg.jpg);
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    }



  a:link { color: rgb(51, 102, 0);
    text-decoration: underline;
    }

  a:active { color: rgb(0, 0, 255);
    text-decoration: underline;
    }

  a:visited { color: rgb(80, 112, 17);
    text-decoration: underline;
    }

  a:hover {
    text-decoration: none;
    }
	
	a:imgbord:link {color: #000000;}
	a:imgbord:active {color: #000000;}
	a:imgbord:visited {color: #000000;}
	a:imgbord:hover {color: #000000;}

  p { font-size: 10px;
    margin-left: 16px;
    margin-right: 16px;
    color: white;
    }

  #global { margin-left: auto;
    margin-right: auto;
    width: 724px;
    }

  .bloc1 { border: 1pt solid black;
    background-color: rgb(51, 102, 0);
    height: 200px;
    width: 200px;
    float: right;
    margin-left: 20px;
    margin-top: 0px;
    }

  .bloc1 h3 {
	color: #FFF;
    }

  .bloc2 { border: 1pt solid black;
    background-color: rgb(0, 0, 102);
    height: 200px;
    width: 274px;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    color: white;
    font-weight: bold;
    }

  .bloc3 { border: 1pt solid black;
    background-color: rgb(51, 102, 0);
    height: 200px;
    width: 200px;
    float: left;
    margin-top: 0px;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(http://www.bobcomics.net/images/logo200green.png);
    }

  .bloc3 h1 { font-size: 18pt;
    margin-top: 50px;
    }

  .bloc3 h2 { font-size: 12pt;
    }

  .bloc4 { border: 1pt solid black;
    background-color: rgb(0, 0, 102);
    height: 80px;
    width: 80px;
    float: left;
    margin-top: 20px;
    }


     /*backwards nav button*/
   #backnav {
     height: 80px;
     width: 80px;

   }

    #backnav a {
   background: url(http://www.bobcomics.net/interface/buttonb.png) top left no-repeat;
   }

   #backnav a:hover {
   background-image: url(http://www.bobcomics.net/interface/buttonb_over.png);
   }


  .bloc5 { border: 1pt solid black;
    background-color: rgb(51, 102, 0);
    height: 80px;
    width: 515px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 14px;
    }

  .bloc6 { border: 1pt solid black;
    background-color: rgb(0, 0, 102);
    height: 80px;
    width: 80px;
    float: right;
    margin-top: 20px;
    margin-left: 20px;

    }

  .body { border: 1pt solid black;
    background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    margin-top: 20px;
    width: 720px;
    float: left;
    font-size: 10pt;

    }

  .body h1 { font-size: 18pt;
    color: rgb(51, 102, 0);
    }

  .body h2 { font-size: 12pt;
    text-indent: 10px;
    }

  .body h3 {  }

  .body p { color: black;
    }

  .links { color: black;
    font-size: 10pt;
    }

  .floatright { float: right;
    }

  .floatleft { float: left;
    }

  .floatcenter {  }

  .sidebar { border: 1px solid black;
    margin: 25px;
    padding: 5px;
    text-align: center;
    background-color: rgb(238, 238, 238);
    }
