3 This CSS file is basically the scaffold.css file, and is only
4 included here to demonstrate using CSS files with Engines.
8 body { background-color: #fff; color: #333; }
11 font-family: verdana, arial, helvetica, sans-serif;
17 background-color: #eee;
23 a:visited { color: #666; }
24 a:hover { color: #fff; background-color:#000; }
28 background-color: red;
34 border: 2px solid red;
38 background-color: #f0f0f0;
41 #ErrorExplanation h2 {
44 padding: 5px 5px 5px 15px;
47 background-color: #c00;
57 #ErrorExplanation ul li {
70 div.progressBar div.border {
71 background-color: #fff;
72 border: 1px solid grey;
76 div.progressBar div.background {
77 background-color: #333;