body  { 
        margin:0px 0px 0px 0px; /* 0px 0px 20px 0px : up, right, down, left */
        padding: 0px 0px 0px 0px;
        font-size: 1em; 
        font-family: verdana, arial, sans-serif; 
        height: 100%;
        background: white;
        }

html { 
       height: 100%
       }

	A 		{ color: #003366; text-decoration: underline; }
	A:link		{ color: #003366; text-decoration: underline; }
	A:visited	{ color: #003366; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

.logo { 
        font-size: 1.2em; 
        }

div#mainbox { 
              padding: 0px 0px 20px 0px; 
              /* border:1px solid blue; */
              }
