/*Removing demo borders from sections*/
/*As this style sheet is applied _after_ the
 *frameSimulate.css, rules which are re-applied
 *here will take precedence over the ones in
 *the first one*/
#mastHead { border:none;
            color: navy;
            text-align: left;

            }
#linkIndex{ border:none;
            background-image: url("3logo.png");
            background-repeat: no-repeat;
            background-position: bottom;
            padding-bottom: 150px;
 }
#contentsBox{ border:none;
              border-left: 2px solid #00CC00;
              background: url("demo_slant.png") repeat-x bottom left;}

/*redefine linkIndex for pretty links*/
#linkIndex>a{ padding-left: 10px;
              font-family: Arial, Helvetica, San serif;
              font-size: 90%;
              border-left: 1px solid #fff;}

/*New style rules for Improvements page*/
#linkIndex>a,#linkIndex>a:link{ text-decoration:none;
                                }
#linkIndex>a:visited{ color: #00CC00;
                      }
#linkIndex>a:hover{ color: #DD0000;;
                    background-color: lightblue;
                    text-decoration: underline;
                    border-right: 15px solid;
                    border-left: 1px solid;
                    }
#contentsBox tt { color: navy;
                  background-color: #FFDDAA;
                  padding: 0px 3px;
                  }
#mastHead>h1{ padding-right: 1em;
              }
#mastHead>h1:hover{ color: #FFF;
                    }
#foot{ font-family: monospace;
       color: #2277DD;
       }
