body {
/* color: black !important; */
/* background: white !important; */
/* background-image: url(my_background_image.jpg); */
}
h1 { color: black }
/* URL's we have not visited are LIGHT BLUE */
/* a:link { */
/* color: #6666ff; text-decoration: underline; */
/*} */
/* URL's we have visited are YELLOW */
/* a:visited { */
/* color: #ffff00; */
/* } */
/* the last URL we visited or active url is RED */
/* a:active { */
/* color: #ff0000; text-decoration: underline; */
/* } */
/* when we hover the mouse over the URL make it ORANGE*/
/* a:hover { */
/* color: #FF9900; */
/* } */
/* this defines the class of "old_names" */
/* which you can point to with */
/* <p class="old_names"> */
/* or */
/* <style class="old_names"> </stype> */
.old_names {background-color : yellow;}
.obama-bs {background-color : yellow;}
.middlewidth {width:3in;}