body    {
    background-color :   white ;
	     color   :   #000000 ;
       font-family   :   times, serif ;
	}

a:link {       color :   #0000ff   ;
       font-family   :   times, serif  ;
        font-weight  :   bold ;}

a:visited {    color :   #0066ff   ;}

a:active {    color  :   #06f   ;}

a:hover {   color    :   #f00  ; }
       
h1, h2, h3, h4, h5, h6     { color  :   #0066ff ;
	font-family  :   arial, 'sans serif' ;
	line-height  :   120% ;
     vertical-align  :   middle ;
	 text-align  :   center ;}

p { line-height  :   100% ;
         color   :   #000000 ;
   font-family   :   times, serif ;
     text-align  :   left ;}

.fred {  color   :   #f00 ;}

.george { font-weight : bold; }

.angus { font-weight : bold; 
        color   :   #f00 ;}

.left {float : left ; 
      padding : 20px;
      border : thick black solid;
      width: 200px;
      margin: 10px;}

