/*online coffee screen style*/

body   {color:#006677;
        }

H1,H2,H3,h4,h5,h6     {font-family:sans-serif;
                       color:#004455}


#greenbox {border-left:0px solid brown;
          height:900;
          background-color:#006677;
          margin-right:0px;
          color:black;
          padding:30px;
          }

#greenbox a {display:block;
          font-family:sans-serif;
          color:#eebb22;
          font-size:12pt} 

#greenbox a:link       {text-decoration:none}
#greenbox a:visited    {text-decoration:none;
                        }
#greenbox a:hover      {text-decoration:underline;
                        color:white}
#greenbox a:active     {text-decoration:none}
#greenbox a.newgroup   {margin-top:15px}

#main   {border:0px solid brown;
        padding-left:20px;
        padding-right:20px;
        }

address  {color:black;
          font-style:normal;
          text-align:center;
          clear:both}














