/* title: "grass"
   alternate style sheet for Laurabelle's web page,
   2001 version */

body
 { background: url(/~lbmelton/bg/grassswirl.gif);
   background-color: green;
   color: #FFFFBB;
   font-family: serif;
	 font-face: Garamond; }

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

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

hr
 { width: 90%;
   color: #009900; } /*  #006600 */

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

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

/* 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: lightblue }
.css { color: #EE00DD }
.javascript { color: #FF0088 }

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

