html					{	margin: 0px;} 

body 					{ 	margin: 0px;
							background-color: white;		
							background-image: url(../images/background/bg.jpg); 
							background-repeat: no-repeat; 
							background-attachment: fixed;
							font-size: 12px;
							font-family: "Comic Sans MS"; 
							color: black;  } 

td						{	font-size: 12px;
							font-family: "Comic Sans MS"; 
							color: black;  } 
		
form 					{	margin: 0px;}			
hr	 					{	margin: 0px;}

.content_s				{	font-size: 10px; }
.content_sm				{	font-size: 11px; }
.content_m				{	font-size: 12px; }
.content_l				{	font-size: 13px; }
.content_xl				{	font-size: 14px; } 
							
.pink					{	color: #d3ace7; }
		
.table_margin			{ 	padding-bottom:5px; }			
		
.black					{	color: black; }

.indent 				{ 	margin-left: 150px; }
.photo 					{ 	margin-top: 0px; }						
.photo_border			{ 	border: solid 1px #7f1960; }						
.mini_dropdown			{	font-size: 9px;}
	
a:link 					{ color: #7f1960; text-decoration: none; }			
a:visited 				{ color: #7f1960; text-decoration: none; }
a:hover 				{ color: #7f1960; text-decoration: underline; }
a:active 				{ color: #7f1960; text-decoration: underline; }
		