#lay1 { position:absolute; width:130px; height:90px; z-index:1; left: 4px; top: 4px; background-color : #F0F0F0;}
#lay2 { position:absolute; width:480px; height:120px; z-index:2; left: 4px; top: 300px;background-color : #F0F0F0;}
#lay3 { position:absolute; width:50px; height:50px; z-index:3; left: 1px; top: 1px;background-color : #F0F0F0;}
#lay4 { position:absolute; width:500px; height:300px; z-index:3; left: 136px; top: 4px;background-color : #F0F0F0;}

P {font-family : Verdana,Arial,Helvetica; font-size : 10pt; color: black;}
H1 {font-family : Verdana,Arial,Helvetica,sans-serif; font-size : 11pt; color : black;}
body { font-family : verdana,arial,helvetica; font-size : 10pt; color: black; }

A:link {
color : blue;
padding : 3px; 

text-decoration: none; }

A:visited {
color : red;
padding : 3px;
border : 1px solid #F3F3F3;
text-decoration: none; }

A:hover {
color : black;
background-color : #CCCCCC; 
padding : 3px;
border : 1px solid #666666;
text-decoration: none; }

A:active {
color : black;
background-color : #E6E6E6; 
padding : 3px;
border : 1px solid #666666;
text-decoration: none; }



