/*
    friends.css  --  used by Morristown/Township Friends of the Library page
*/

BODY { 
	background-color: #c0e5c2;
	margin-left: 1em;
	margin-right: 1em; 
}

/* ----Style Definitions---- */

a {  
	font-style: normal; 
	font-weight: normal; 
	font-variant: small-caps;
	color: #3663bc;
	text-decoration: none; 
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
	}
a:hover {  
	border-color: black black #CCCCCC; 
	font-weight: bold; 
	color: #FF0000; 
	border-bottom-width: thin;
	}

h1 {
	color: maroon; 
	text-align: left; 
	font-size: 16pt
	font-variant: small-caps; 
	font-weight: 100 
	}
	
h1.c	{
	text-align: center;
	}
	
p	{
	font-style: normal;
	font-variant: normal;
	}
	
p.quote {
	color: maroon; 
	text-align: left; 
	font-style: italic; 
	font-size: 12pt;
	}

td.s1 {
	font-style: normal; 
	font-weight: normal; 
	font-variant: small-caps;
	color: #c0e5c2
	text-decoration: none; 
	}

ul	{
	font-style: normal;
	font-variant: normal;
	}

.l2	{
	font-style: normal;
	font-variant: normal;
	}
	
.office {
	font-variant: small-caps;
	}
	
.signed {
	font-style: italic; 
	font-size: 9pt;
	}

/*  rest not used.  Delete when sure
.box {
	border-color: gray;
	border-width: 3pt;
	border-style: groove;
	background-color: white;
	border-width: thick;
	color: red;
	font-variant: small-caps; 
	font-weight: 100 
	border: dashed red; 
	background-color: #FFCCbb;
	font-variant: small-caps;
	border: solid thin;
	border-right-color: blue; 
	border-bottom-color: green; 
	border-left-color: red; 
	border-top-color: red;
	border-left-width: thick;
	background-color: #ffcc66;
	font-variant: small-caps;
	}
*/