.green {color:44CC44;}

BODY {
font-family: "tahoma sans-serif", arial; 
color: blue;
background: white;
}

H1 {
font-family: "tahoma sans-serif", arial; 
font-size: 200%;
color="#6699ff";
font-weight: bold;
background: white;
text-align: center;
}
H2 {
font-family: "tahoma sans-serif", arial; 
font-size: 110% ;
color: white;
font-weight: bold;
background: grey;
text-align: center;
}

P {
font-size: 50%;
color: blue;
font-weight: bold;
background: white;
text-align: center;
}

A {
color: white;
hover: red;
}
div#pix p {
  float: center;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  max-width:320px;
}




