
/* Style for a "Recommendation" */

/*
   Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: base.css,v 1.23 2003/01/30 17:04:28 bbos Exp $ */

body {
  	padding: 2em 1em 2em 20px;
  	margin: 0;
  	/*font-family: sans-serif;
	color: #003366;
 	background: #B0BCD6;
	background-position: center;
	background-image: url("/Sarah's/img/sunset9a.jpg");
	background-repeat: no-repeat;*/

}

p {
  	margin-top: 0.6em;
 	margin-bottom: 0.6em;
}

a:link { 
	color: #330066; background: transparent; 
}

a:visited { 
	color: #003366; background: transparent;

}

a:active { 
	color: #330066; background: transparent; 
 
}

a[href]:hover {
	background: #FF66FF
}


h1, h2, h3, h4, h5, h6 { 
	
}

h1, h2, h3 { 
	color: #003366;
}

h1 { 
	font: 170% sans-serif
}

h2 { 
	font: 140% sans-serif 
}

h3 { 
	font: 120% sans-serif
}

h4 { 
	font: bold 100% sans-serif
}

h5 { 
	font: italic 100% sans-serif
}

h6 { 
	font: small-caps 100% sans-serif
}




dt, dd {
	margin-top: 0; margin-bottom: 0 
}

dt { 
	font-weight: bold
}

pre, code { 
	font-family: monospace
}

ul.toc {
  list-style: disc;
  list-style: none;
}


