

.important:	{background: grey;
	font-weight: extra-bold}

/* these are used with the P ID="name" tags */

.JD1	{font: 10pt;
	font-family: Arial;
	color: gray}

.JD2	{font-family: Arial;
	font: 12pt;
	color: gray;
	font-weight: bold;
	height: 10; width: 400;
	filter: DropShadow(Color=#000000, Offx=1, Offy=1, Positive=1)}

.JD3	{text-align: left;
	font: 8pt;
	font-family: Arial;
	color: red;
	background: green;
	}



/* these are filters (p435) */


.glow 	{height: 10; width: 400;
	filter: Glow(Color=#ffff00, Strength=4)}

.blur 	{height: 10; width: 400;
	filter: Blur(Add = 1, Direction = 90, Strength =10)}

.dropshadow	{height: 10; width: 400;
	filter: DropShadow(Color=#000000, Offx=1, Offy=1, Positive=1)}

.shadow	{height: 10; width: 400;
	filter: Shadow(color=#000000)}

.wave	{height: 10; width: 400;
	filter: Wave(Add=1, Freq=4, LightStrength=50, Phase=50, Strength=10)}