body {color: #dddd00;
background-color: #6363b3;
font-family: serif;
font-size: large;
text-align: left;
background-image: url("/graphics/background_logo.jpg");
background-repeat: no-repeat;
background-attachment: fixed; }
/* background logo text is color #660000  size is 1293x745 */
/* font-family: sans-serif is kinda plain */

a:link {color: #00dd44; }
/* visited was 6c6c6c */
a:visited { color: #707070; }
/* keep hover last so that it works for both regular and visited links */
/* hover was 32c800 */
a:hover {color: yellow; }

#intro {
position: absolute;
top: 320px;
left: 165px;
width: 340px; 
}

