/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.randomphoto {/*added by Jodi Sweere for random photo style in 7.02 on 9 Dec, 2008*/
width: 300px; /*set the width for margin to work*/
float: left;
margin: 0px auto; /*centers the element within its container*/
}

.randomphoto a img{ /*gives the photo a colored border*/
border: 1px solid #6f1413;
}