/************************************************************************/
/*									*/
/*	britannia.css - Style elements for the britannia web pages.	*/
/*									*/
/************************************************************************/
/* $DPid: britannia.css,v 1.6 2004/01/15 01:44:10 davidp Exp $ */

body { background: white; color: black }

a:link { color: #5050ff; background: transparent }
a:active { color: red; background: transparent }
a:visited { color: #0000a0; background: transparent }
@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}

img { border-style: none }
a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

tr.top-align { vertical-align: top }
tr.middle-align { vertical-align: middle }
td.left-menu { width: 105px; background: #a0c1ff }
td.fat-lady { width: 210px }

h1, h2, h3, h4, h5, h6 { color: red; font-family: sans-serif }
h1.heading { font-size: 22pt; text-shadow: 10px 10px 3px black }
h1.subheading { font-size: 16pt; text-shadow: 10px 10px 3px black }

p.copyright { font-style: italic }
p.quote { font-style: italic; margin-left: 2em; margin-right: 2em }
p.saidby { font-weight: bold; text-align: right; margin-right: 2em }
