/* title: "Sunset"
   main style sheet for Laurabelle's web page,
   2000-2001 version */

body
 { background: url(/~lbmelton/bg/sunset.gif);
   background-color: #FF9900;
   color: black;
   font-family: serif;
	 font-face: Garamond; }

/* page title */
h1
 { color: #006600;
   text-align: center; }

/* subtitles */
h3
 { text-align: center;
   color: #990000; }

hr
 { width: 90%;
   color: #006600; }

a:link { color: #FF0000; text-decoration: none; }
a:visited { color: #993300; text-decoration: none; }
a:hover { color: #006600; text-decoration: underline; }
a:active {color: #006600; text-decoration: underline; }
 
img { border: 0px; }

td { vertical-align: top; }
td#nav { width: 100px; }
td#list {width: 100px; }

/* footnotes */
span.footnote
 { font-size: 70%;
   vertical-align: super; }
a.footnote
 { font-size: 70%;
   vertical-align: super; }
p.footnote
 { font-size: 80%; }

/* html pages */
.html { color: navy }
.css { color: purple }
.javascript { color: #005500 }

@print {
  td#nav { display: none; }
}

