/*CSS file by
Brian Tucker
9-26-2001I will use the span tag to position elements on the page*/
//body { background-color: rgb(243,193,131) }
body { background-color: #6699ff }
//a:link    { color: blue }
//a:visited { color: red }
//a:active { color: purple }
a:hover { background-color: #929 }
//a { text-decoration: none}
p a { font-size: 110% }
li a { font-size: 110% }
h1 { text-align: center; color: #00f; background-color: #003; font-family: arial}

p { text-align: center }
p ul { text-align: center }
p.left { text-align: left}
p.right { text-align: right}
P.dent100 { margin-left : 100px; font-family: sans-serif }
p.dent50  { margin-left : 50px; font-family: Veranda}
div { text-align: center }
