.longquote { position: relative; left: 40px }

.bolder { font-weight: bolder }

body { background-image: url("./images/ttu_yellow.png");
       background-repeat: no-repeat;
       background-position: top center;
       background-attachment: fixed;
       background-color: rgb(255,255,255) }

a:link { color: rgb(200,0,255) }
a:visited { color: rgb(150,0,175) }
a:active { color: rgb(255,255,0) }

img { border: solid rgb(150,0,175) medium }


