@font-face { font-family:Mistral;src:url("mistral.eot"); } /* EOT file for IE */
@font-face { font-family:Mistral;src:url("mistral.ttf"); } /* TTF file for CSS3 browsers */

body { background-color: #ffffff; }

p.block {	display:block; 
			height:50px; 
			width:500px;
			position:relative; 
			
			color:#ffffff;
			font-family:Mistral;
			font-size:32pt;
			font-variant:small-caps; }

p.sblock {	display:block; 
			height:30px; 
			width:300px;
			position:relative; 
			
			color:#ffffff;
			font-family:Mistral;
			font-size:21pt;
			font-variant:small-caps; }
			
.purple	{	background-color: #993366; }
.orange	{	background-color: #ff950e; }
.red	{	background-color: #ff420e; }
.green	{	background-color: #008000; }

a:link {		text-decoration:none; }
a:hover {	font-weight:bold;
			text-decoration:none; }