Homeless in Arizona

Tripod CSS statements

 
from http://my-stuff.tripod.com/___css.css
        .middlewidth { width:3in; }


from http://my-stuff.tripod.com/my_stuff.css
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;}


from http://my-stuff.tripod.com/test.css
  
body {
        /* color: black !important;                         */ 
        /* background: white !important;                    */ 
        /* background-image: url(my_background_image.jpg);  */
     }
h1 { color: black }
h1, h2  { color: green }
h2, ul, ol  { color: yellow }
.old_names {background-color : yellow;}

 


Homeless in Arizona

Homeless In Arizona counter is screwed up