body {
	background-color: rgb(255, 255, 255);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:link { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: none }

.p1 {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight:  bold;	
}

.p2 {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight:  bold;	
}

#div1 {
background: Silver;
width: 120px; 
position: absolute; 
top: 0px; 
left: 0px;
}

#div2 {
background: Red;
width: 100px; 
position: absolute; 
top: 0px; 
left: 150px;
}

#div3 {
background: Silver;
width: 100px; 
position: absolute; 
top: 0px; 
left: 280px;
}

#div4 {
background: Red;
width: 300px; 
position: absolute; 
top: 0px; 
left: 600px;
}