/* Stylesheet for entry pages, such as the domain page and the fic page. 
Possibly also for pages about me. I haven't decided yet. */


body { color: #00008B; background-color: #FFF5EE; padding: 2px; }

a { color:  #8B0000; }
a:link { text-decoration: none; }
a:visited { color: #00008B; }
a:hover { color: #00008B; }

h1, h2 { margin-bottom: 0px; color: #B8860B; }
h1 { font-size: 1.25em; }
h2 { font-size: 1.1em; }

th, td { vertical-align: top; }

/* p { margin-top: 0px; } */

hr { color: #8B0000; }

.block { BORDER: thick outset #B8860B; 
	  PADDING: 1em 2em; 
          MARGIN: 1em auto; 
 }

.navigation { border: thin solid #00008B; font-size: .75em; padding: 0.5em; margin-bottom: 0.5em; }

/* the del.icio.us tagroll is *not* controlled by this css. The heavy links are the a: color. Current light links are a yellow-green #8A8A00 */