    a { color: #000066; text-decoration: none;  }
    A:hover {  color: green; text-decoration: underline;}

    body { 
      background: #FFFFFF;
      font-color: black; 
      font-family: arial;
      font-size: 12px; 
    }

    table {
       font-size: 12px;
    } 

    h1 {
      color: black; 
      font-family: cursive;
      font-size: 36px; }

    h2 {
      color: black; 
      font-family: arial;
      font-size: 20px;  }

    h3 {
      color: #41B5DE; 
      font-family: arial;
      font-size: 18px;
      font-variant: bold;}



    p.break { page-break-before: always }

    DIV.Greeting {
	text-align: center;
	border-color: black;
	border-style: none;
	padding: .1cm .1cm .1cm .1cm;
	width: 800px;
                height: 250px;

    }

    div.login {
	text-align: center;
	border-color: black;
	border-style: solid;
	padding: .1cm .1cm .1cm .1cm;
	width: 350px;
	height: 150px;
	position: absolute;
	top: 18px;
	left: 470px;
    }
	

    div.menu {
	text-align: center;
	border-color: black;
	border-style: solid;
	padding: .1cm .1cm .1cm .1cm;
	width: 350px;
	height: 150px;
	position: absolute;
	top: 18px;
	left: 470px;
                
    }	

    div.log {
        text-align: left;
        padding: .1cm .1cm .1cm .1cm;
        width: 780px;
        height: 50px;
        position: absolute;
        top: 225px; 
        left: 40px;
    }   

    div.main {
        text-align: left;
        border-color: black;
        border-style: solid;
        padding: .1cm .1cm .1cm .1cm;
        width: 795px;
        height: auto;
        position: absolute;
        top: 249px; 
        left: 25px;

    }
 
    th { 
         text-align: left;
         vertical-align: bottom;
         background-color: lightyellow;
       }

