/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
      
body {
  background:#2D8972 url(https://i.ibb.co/nNDCvFG4/grid-maker-output.png);
  font-family: 'Pixelify sans', lato, calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:400;
  text-shadow: 0px 0px 1px #bbb;
  color:#222;
  letter-spacing: 1px;
  line-height:14px;}



#left {
    width:190px;
    background:#2D8972 url();
    margin: 0;
    margin-top:0;
    padding:0;
    border:0 solid #666;}
      
#content {
    width:415px;
    background:#2D8972 url();
    margin: 0;
    margin-top:0;
    padding:0;
    border:0 solid #666;}
      
.box {background:#C0C0C0;border-left:2px solid #666;border-right:2px solid #aaa;border-bottom:2px solid #928F88;border-top:1px solid #666;padding:4px;margin-bottom:4px;}

    
    #header {text-align:left;color:#2F498C;background:#C0C0C0;font-size:40px;
      letter-spacing:4px;padding-left:4px;border-left:2px solid #666;border-right:2px solid #aaa;border-bottom:2px solid #928F88;border-top:2px solid #666;line-height:10px;width:600px;height:90px;line-height:90px;}  
      
      
.siteurl {text-align:left;color:#000;background:#C0C0C0;
      letter-spacing:2px;padding-left:4px;border-left:2px solid #666;border-right:2px solid #aaa;border-bottom:2px solid #928F88;border-top:2px solid #666;line-height:10px;width:600px;height:15px;line-height:15px;} 
      
    
      #navigation {width:608px;background:#C0C0C0;}
      .navi {float:left;display:block;font:11px arial black, calibri;border-left:2px solid #666;border-right:2px solid #aaa;border-bottom:2px solid #928F88;border-top:2px solid #666;margin-right:4px;padding:4px;min-width:80px;text-align:center;background:#C0C0C0;text-transform:uppercase;}
      
      
      
      .title {font:11px arial black, calibri;text-transform:uppercase;color:#FFF;background:#E3F4E2 url(https://i.ibb.co/RGcYV6qq/Title-bar.png);
      letter-spacing:3px;padding-left:4px;border-left:2px solid #666;border-right:2px solid #aaa;border-bottom:2px solid #aaa;border-top:2px solid #666;padding-top:2px;padding-bottom:1px;}
      
      
      
a:link, a:visited, a:active { 
color:#2F498C;text-decoration:none;}
      
a:hover {
color:#444;}
    
    
    