/*
 * Style sheet for the HTML 4.0 specification
 * Frank Shute. 10/12/01
 */
body.def {
        background-color: rgb(255,255,255);     /* white */
        background-image: url("../pics/shute_org.png");
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        }
div.pics {
	text-align: center;
	}
h1      {
	color: rgb(70,130,180);  /* steelblue */
	font: italic 170% sans-serif;
	text-align: center;
	}
A:link { 
	color: rgb(0,0,200)     /* unvisited links */
	}
A:visited { 
	color: rgb(219,112,147)    /* visited links - palevioletred  */
	}
A:hover { 
	color: rgb(200,0,0)  /* user hovers - blue    */
	}
A:active { color: rgb(20,205,50)   /* active links - lime   */
	}
ul {
	color: rgb(50,50,50); 
	background-color: transparent; 
	font-family: sans-serif;
	}
p.header {
	color: rgb(255,255,255); 
	font-family: sans-serif;
	}
p.tiny
	{color: rgb(22,22,22);
	font-size: 8pt;
	font-family: sans-serif;
	text-align: left;
	}
table.pics	{
	border: rgb(176,196,222) 2pt ridge;     /* lightsteelblue */
	width: 80%;
	padding-left: 10px;
	}
p.pics	{
	color: rgb(150,150,150);
	font-size: 10pt;
	text-align: center;
	}
p.date	{
	color: rgb(150,150,150);
	font-style: italic;
	font-size: 8pt;
	text-align: center;
	}
p.smallhead	{
	color: rgb(255,255,255);
	font-style: italic;
	font-size: 8pt;
	text-align: center;
	}



