P         { color: #00006d }
A:link    { color: #ffffff }
A:visited { color: blue    }
A:hover   { color: red     }

body  {
        background:    #bbbbff;
        margin-left:   60px;
        margin-right:  60px;
	margin-bottom: 60px;
	font-size:     15pt;
	/* 
	font-size:     x-large;
	   margin-top:    60px;
	   font-weight:   600;
	*/
      }

table {
        font-size:     13pt;
      }

/*
  A:link    { color: red }     unvisited links 
  A:visited { color: blue }    visited links   
  A:hover   { color: yellow }  user hovers     
  A:active  { color: lime }    active links    
*/


