

/* Images Stylesheet images.css 
6/6/05 align images right
6/27/05 border
*/ 

/*no border*/
img {
border: none;
}

/*border*/
.imgborder {
border: 1px solid #000000;
}

	
.std_img {
	margin-left: 7px;
	}

/*float images*/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

