/*
	style sheet for Little Gidding pages
	Simon Kershaw November 2006
 */

body
{
	font-family: verdana, sans;
	width: 660px;
	color: black;
	background: white;
}

h1 
{
	font-size: 1.3em;
/*	color: #CC3333;
 */
 	color: #222288;
}

h2
{
	font-size: 1.1em; 
}

h3
{
	font-size: 1.0em; 
}

h4
{
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic; 
}

.small
{
	font-size: 0.7em;
}

.blazon
{
	font-style: italic; 
}

.poetry
{
	font-style: italic; 
	background: #FFEEEE;
}

a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}

.sidepanel
{
	position: absolute;
	left: 696px;
	width: 500px;
	background: #FFDDDD;
	font-style: italic; 
}

.italicitalic
{
	font-style: regular;
}

.red
{
	color: #FF0000;
}

.dropcap:first-letter
{
	font-size: 300%;
	float: left;
}
/* end of file
 */
 
