/****************************************************************** * TITLE: Color scheme format for EZ_website * ******************************************************************/ /* --------------------------------------------------------------------- colors declared here ----------------------------------------------------------------------*/ /* ###### Text Colors ###### */ body {color: black;} #bodyText a {color: #0066cc;} #upperMenuBar, #upperMenuBar a {color: white;} #header {color: #ffffff;} #headerSearch .submit {color: white;} #lowerMenuBar, #lowerMenuBar a {color: white;} #upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;} .sideMenuBox a {color: #0066cc;} .sideMenuBox a:hover {color: white;} .sideTextBox span {color: black;} .sideTextBox a {color: #0066cc;} #footer, #footer a {color: white;} /* ###### Background Colors ###### */ /* ###### Lien- this is where most of the color changes occur. Just code asp to change the colors in this section. ###### */ q {background-color: #999999;} #upperMenuBar {background-color: #006699;} #header {background-color: #006699;} #headerSearch .submit {background-color: #006699>;} .sideMenuBox a:hover {background-color: #006699;} #footer {background-color: #006699;} #lowerMenuBar {background-color: #666666;} /* ###### Lien- this is where most of the color changes occur. Just code asp to change the colors in this section. ###### */ /* ###### Border Colors ###### */ q {border-color: #999999;} acronym {border-bottom-color: #999999;} #bodyText a {border-bottom-color: #0066cc;} #headerSearch .text {border-color: #003399;} #headerSearch .submit {border-color: white;} .sideTextBox a {border-bottom-color: #0066cc;} #footer a {border-bottom-color: white;}