/* CSS Document */

a:link 
	      		{ 	color: 					rgb(225,225,225);
					text-decoration: 		none }
a:visited 
		   		{ 	color: 					rgb(225,225,225);
					text-decoration: 		none }
a:hover
		   		{ 	color: 					rgb(225,225,225);
					text-decoration: 		underline }

body
			 	{ 	font-family: 			Verdana, Arial, Times, serif;
					font-size: 				13;
					color: 					rgb(225,225,225);
					background-color:		rgb(0,0,0);
					margin-top: 			0;
				  	margin-bottom: 			0;
				  	margin-left: 			0;
				  	margin-right: 			0;}
p
				{	font-family: 			Verdana, Arial, Times, serif;
					font-size: 				13;
					color: 					rgb(225,225,225);
				  	margin-top: 			0;
				  	margin-bottom: 			0;
				  	margin-left: 			0;
				  	margin-right: 			0;}				  
				
.content
				{ 	margin-left: 			6;
				  	margin-right: 			6;}

.small			{	font-size:				10;}