/* generic stuff */
body {background-color:#bfe2f9}
img{border:none}
hr{width:75%;}

/* IE special stuff: IE differs from everyone lse in that the border
 * is defaulted to white and text is defaulted to the center, to
 * get around this I have explicitly stated those cases here.
 */
td{border-color:#000000; border-style:solid;}
table{text-align:left}

/* link formatting */
a:link{color:#e6e100}
a:visited{color:#d5dcef}
a:hover{color:#f9c8d8}

/* stuff for the tables */
#outside {border-color:#000000; border-style:solid; width:600;}
#titleimg{background-color:#0000ff;}
#contentcell{background-color:#2D73B9}
td.conttable{vertical-align:top}

/* special cases: the enter button and file print. I may remove
 * these from here because they are very localised and would perhaps
 * better serve on the pages where they appear.
 */
#fineprint{font-size:12px}
#enter{text-align:center; font-size:30px}

/* format for all of the story entries */
span.storytitle{font-size:25px; font-weight:bold}
span.storycodes{font-size:18px; font-weight:bold; font-style:italic}
span.author{font-size:22px; font-style:italic;}

/* the buttons at the top of the page */
#butbar{border:None}
td.buttons{border:None; background-color:#008dc6; color:#aed673; font-weight:bold; font-family:sans-serif}
#thispage{background-color:#006189}
a.buttons{color:#aed673; text-decoration:none}
a.buttons:hover{color:#bc001d}
