

body {
      background: black url(pics/pats-3-negativ-blue.gif) no-repeat center ;
     }

.head {  
        color: chartreuse ;
        font-size:72px;
	font-style:bold;
        letter-spacing: 3px; 
       }

.normal      {  
	color:chartreuse ;
        font-size:12px;
	font-style:bold;
        letter-spacing: 2px; 
       }


a:link {  
	color:goldenrod;
        font-size:36px;
	font-style:bold;
       }
 
a:hover {
        background-color:black; 
        text-decoration: none; 
        }

a:visited {
	color:beige;
        font-size:36px;
	font-style:bold;
          }


a.small:link {  
	color:lightsalmon;
        font-size:24px;
	font-style:bold;
       }
 
a.small:hover {
        background-color:black; 
        text-decoration: none; 
        }

a.small:visited {
	color:beige;
        font-size:24px;
	font-style:bold;
          }


