/* Stylesheet for Think and Link -- moira burke 11/01 */


// table cell background images - gives the illusion of a div with a 1px
// black border, but works in older browsers
td.coloredbg { background-image: url(/images/background.gif)  }
td.leftcoloredbg { width: 190px; background-image: url(/images/left_bg.gif) }
td.rightcoloredbg { width: 25px; background-image: url(/images/right_bg.gif) }
td.topcoloredbg { height: 114px; background-image: url(/images/top_bg.gif) }
td.bottomcoloredbg { height: 22px; background-image: url(/images/bottom_bg.gif) }

// main body text (style repeated because some browsers don't inherit properly)
body { font-family: verdana, arial, helvetica, sans-serif; font-size: 30pt }
p { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
td { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }

a:link { color: #663399 }
a:visited { color: #AA7380 }
a:active { color: #CC99FF }

// copyright and contact info
.footer {  font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt}

