ul.square {
 list-style-image: url(../bullet_red.gif);
 list-style-type: circle;
}

div.dashed_red_box  {
 width:425px;
 margin:10px auto;
 border:2px dashed #990000;
 background: #f2f2f2;
 padding:10px 20px;
}

div.solid_red_box  {
 width:425px;
 margin:10px auto;
 border:2px solid #990000;
 background: #f2f2f2;
 padding:10px 20px;
}

div.outset_red_box {
width:425px;
 margin:10px auto;
 border:2px outset #990000;
 background: #f2f2f2;
 padding:10px 20px;
}

#squeeze {
	width:950px;
}
