/* CSS Style Sheet */
BODY { background: url(http://www.geocities.com/patlionel2/foo.gif)
cyan
fixed
repeat-x ! important ;
color: purple;
}
.title	{
text-align:center;
font-size:125%;
}

.author	{
font-size:125%; 
	text-align:center;
	border-bottom:1px solid black; 
	padding-bottom:12pt;
	margin-left:30pt; 
	margin-right:30pt;
}
.note {
font-size: small;
font-family: sans-serif;
font-weight: bold;
margin-left: 5em;
margin-right: 5em;
} 

H2.chapternumber{
margin-left:30pt;
}
H1.headname {
text-align: center;
background: purple;
color: yellow:
font-weight: bold;
}
H1 {
background-color: maroon;
color: yellow;
}
H1, H2, H3, H4, H5, H6 { 
font-family: sans-serif;
}
P.firstparagraph:first-letter {
	font-size:200%; 
	font-weight:bold;
	border:solid thin black; 
	padding:4pt; 
	margin:2pt;
}

P {
margin-left:2em; 
margin-right:2em; 
text-indent: 5em;
text-align:center;
font-size:125%;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-family:
cursive,
fantasy,
"New Century Schoolbook",
Times,
serif,
sans-serif,
monospace;
} 

}
P EM {
background: yellow;
color: black;
} 

TABLE {
background: #0c0 url(http://www.geocities.com/patlionel2/leaves.jpg)
no-repeat bottom right;
} 

BLOCKQUOTE {
background: #7fffd4;
	line-height : 100%;
}

address {
background: gray;
	line-height : 100%;
}

A:link {
color: red;
font-size: 100%;
}
A:active {
color: blue;
font-size: 125%;
}
A:visited {
color: green;
font-size: 85%;
}
form#loginform input{
	color : orange;
	background-color : cyan;
	width : 100%;
	border : 1px solid #ddd;
	margin : 0;
	padding : 0;
}
LI.square {
	list-style-type: square;
	list-style-position: outside;
	text-decoration : none;
}
LI.disc {
	list-style-type: disc;
	list-style-position: outside;
	text-decoration : none;
}
LI.circle {
	list-style-type: circle;
	list-style-position: outside;
	text-decoration : none;
}

UL.plain {
list-style-type: none;
} 
OL {
list-style-type: decimal;
}
code.html {
color: #191970;
} 
code.css {
color: #4b0082;
} 
hr {
width=75%;
border: thin dashed blue;
}
