BODY {	
	color: #330000 ;
	background-color: #ffffcc;
	font-family: serif ;
	border-color: green
}
P {
	line-height: 170%;
	margin-left: 20 ;
	margin-right: 20
}
P.cap {
	line-height: 150%;
	text-align: center ;
	font-weight : bold
}

P.index {
	line-height: 50%;
	font-weight : bold;
	text-align : right  ;
	margin-right: 60
}

P.update {
	font-weight : bold ;
	margin-left: 20
}

UL {
	list-style-type: decimal;
	line-height: 170%;
	margin-left: 20 ;
	font-weight : bold
}
OL {
	list-style-type: decimal;
	line-height: 170%;
	margin-left: 20 ;
	font-weight : bold
}

LI {
	list-style-type: decimal
}

H2 {
	color: green ;
	font-weight: bold
}
H1 {
	border-style: solid ;
	border-color : blue;
	border-width :2px 2px 2px 10px 
}
H3,H4,H5 {
	color: #99000000 ;
	margin-left: 20
}
SPAN.bf   { 
	color: red ;
}

SPAN.update  { 
	text-decoration: line-through
}

IMG	{
	align : center
}

CODE 	{
	font-weight: bold;
	margin-left: 20 ;
	width : 100% 
}
