/* CSS Document */
BODY 		{background-color: #CCFFC0; 
				margin-left: 3em; 
				margin-right: 3em; 
				text-align: justify; 
				font-size: 1em ;		} 
A			{color: blue; text-decoration: none;}
H5 			{font-size: 1.2em; color: red; text-align: left;}
H4     		{font-size: 1.2em; color: blue; text-indent: -0.5; text-align: center; }
H3 			{font-size: 1.2em; color: black; text-align: left;}
H2 			{font-size: 1.6em; color: red; text-align: center;}
P.LINK		{font-size: 1.2em; text-align: center; 	}
 .NOTE 		{font-size: 0.8em; color: blue; text-align: center; }
P.TAIL 		{text-align: center; font-size: 0.8em;color: blue;  }
 .RED		{color: red; }
 .BLUE		{color: blue; }
 .GREYBOX	{background: #EEEEEE; border: black solid 1x; color: black;}
 .YELLBOX	{background: yellow; border: blue solid 2x; text-decoration: none; padding: 5px;}

/* 
DIV 		{text-indent: -1em; } 		
A:LINK		{color: blue; 	}
A:ACTIVE	{color: red; background-color: yellow;	}
A:VISITED	{color: blue; }
*/

 .GREYBOX	{background: #EEEEEE; border: black solid 1x; color: black;}
 .YELLBOX	{background: yellow; border: blue solid 2x; }

