
.wikipedia {
    color: green;
	text-decoration: none ;
	border-bottom: 1px dashed green;

	}

table.featuresteps {
    border: 3px solid #dae8ff;
	border-bottom: 4px solid #dae8ff;
    margin: 10px 10px 10px 10px;
}

td.featuresteps {
	border-bottom: 2px dotted #dae8ff;
    padding: 25px 15px 25px 15px;
	vertical-align:top;

}

.redcaption {
    color:#3399CC;
}




table.bordered {
    border: 1px solid #dae8ff;
    border-collapse:collapse;
    border-spacing:10px;
    margin: 7px 7px 7px 7px;
}

#imgnoclip img { /* this is so IE does not clip the tops of the images in the status table on home.jsp */
    margin:0;
}
    

