/* American Telephone css file! */ /* It's awesome because it requires less code on the website! */ body { /* Basic formatting for entire page */ background-color: #333333; text: #000000; font-family: Arial, Helvetica, sans-serif; } p {font-size: 14px} ul {font-size: 14px} /* Formatting for the navigation bar */ A.nav { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333333; } A.nav:link {color: #FFCC00;} A.nav:visited {color: #FFCC00;} A.nav:active {color: #FFFF00;} A.nav:hover {color: #FFCC00; text-decoration: none; background-color: #000000; } /* Outside border properties */ table.outside { border-style: solid; border-color: black; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 2px; } /* Footer properties */ p.footer { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; } /* Links in most of the body */ A { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333 } A:link { color: #333333;} A:visited {color: #666666;} A:active {color: #999999;} A:hover {color: #666666; text-decoration: none; background-color: #FFFFFF; } /* Footer links! */ A.footlink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333 } A.footlink:link { color: #333333;} A.footlink:visited {color: #666666;} A.footlink:active {color: #999999;} A.footlink:hover {color: #666666; text-decoration: none; background-color: #FFFFFF; }