/*
	default style sheet for RealizationEngine

	this style sheet has been tested in:
		Windows:
			I.E. 6.0
			I.E. 5.5
			I.E. 5.0
			Netscape 7.46
			Netscape 7.49
			Opera
			Mozilla 1.0

		Linux:
			Netscape 7.48
			Mozilla 1.0
			Opera 5.0 (Build 24)
			Konqueror 3.0.2
			Galeon 1.2.5

	This is not a guarentee of fitness. This style sheet does not
	and will not provide consistent presentation accross browsers
	but has been tested to prove that it does not break browsers
	(specifially the old Netscape 4.7x browsers that poorly -- at
	best -- support CSS.
*/
<style type="text/css">

	p { 
			}

	body { color: black;
				 font-family: Verdana, arial, sans-serif;
			 }


/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/
</style>
/*
								# text-decoration: overline;
								# text-transform: uppercase;
								# font-weight: bold;
								# letter-spacing: -0.02em;
*/
