 
/*   New Perspectives on HTML and XHTML */
/*   Tutorial 9                         */
/*   Case Problem 4                     */
                    
/*   Author: Andrew Kohut               */
/*   Date:   10/22/06                   */

/*   Filename:         newstyle.css       */

body {font-family: sans-serif; font-size: 13pt; margin: 5px}
table { width: 760px}
h1 {text-align: center; font-variant: small-caps; margin-bottom: 5px}
h3 {text-align: center}
#home a:link {color: red; text-decoration: underline}
#home a:visited {color: red; text-decoration: underline}
#home a span {margin-left: 3px}
#max p {text-align:center; margin: 20px 60px 20px 60px}
#news p {text-align:center; margin: 0px 60px 20px 60px}
#list a:link {text-decoration: none}
#list a:visited {text-decoration: none}
#list a:hover {color:black; background-color: yellow; text-decoration: none}
#list a:active {text-decoration: none}
#list {margin: 0px; padding: 1px; background-color: rgb(53,43,48); text-align:center}
#list a {font-size: 1.1em; font-weight: bold; color: yellow; padding: 0px 5px 0px 5px}
#logo {text-align: center;}
#pro ul {list-style: url(apple.jpg)}
#pro li {font-family: sans-sarif; font-weight: bold; font-size: 10pt; text-align: left; margin: 8px 10px 8px 5px}
#home, #mar, #pro, #com {background-color: ivory; margin: 5px 3px 25px 3px; border: 5px outset orange}
#home p {margin-left: 5px; margin-right: 5px}
#mar p {margin-left: 5px; margin-right: 5px}
#com p {margin-left: 5px; margin-right: 5px}
span {font-weight: bold; margin-left: 70px}
address {text-align: center; color: blue; font-size: 1.1em; margin-bottom: 25px}