
BODY {  background-color : White;
	font-family : Verdana;
	color : Black;
     	font-size : small; }

EM { font-family : Verdana;
     color : Purple;
     font-style : normal;
     font-weight : bold;
     font-size : small; }

H1 { font-family : Verdana;
     color : Orchid;
     font-style : normal;
     font-weight : bold;
     font-size : small; }
	 
H2 {
	font-family : Verdana;
	color : pink;
	font-style : italic;
	font-weight : bold;
	font-size : large;
}


H3 {
	font-family : Verdana;
	color : purple;
	font-style : italic;
	font-weight : bold;
	font-size : large;
}
	 
TD {
	font-family : Verdana;
	color : Black;
	font-size : small;
	line-height : 200%;
}

P { height : 2em; }

DIV {
	font-family : Verdana;
	background-color : mistyrose;
	color:black;
	padding : 1em 1em 1em 2em;
	margin : 1em 3em 1em 3em;
	line-height: 200%;
}
		  
DIV.dem {
	background-color : linen;
}
		  
DIV.quote {
	background-color : white;
	color:black;
	margin-left : 1em;
	margin-right : 1em;
	text-align : right;
	font-style : italic;
	font-size : x-small;
	padding : 0em;
}

A { color : purple;
	font-family : Verdana;
	font-size :  x-small;
	font-weight : bold;
	text-decoration : none;
}			 

A:hover { color : pink;
	font-family : Verdana;
	font-size :  x-small;
	font-weight : bold;
	text-decoration : none;
}	

	