/* 
   Sector 09559: Richasi's Domain - CSS File {richasi.css}
   CSS Code for Main Domain (Pics/Info/Update) and Snapshots
*/

	body		{ background-image: url(./images/starsbest.gif);
			  background-color: #000000;
			  font-size: 12pt;
		         color: #ffffc0; }
 
	a 		{ text-decoration: none;			
			  font-weight: bold;			
			  color: gold; } 

	p		{ font-size: 12pt;
			  color: #ffffc0;
			  font-weight: bold;
			  text-indent: 2em; }

	.header	{ font-size: 20pt;
			  color: #d1defe; }


	pre		{ font-size: 10pt; }

	.links		{ font-weight: bold;
			  text-decoration: underline;
			  color: #99ccff; }

	.update	{ font-weight: normal;
			  text-decoration: none;
			  color: #99ccff; }
	
	li		{ color: #ffffc0;
			  font-weight: bold;		
			 }	


/* Header CSS */
		
	.spotsbar1	{ background-color: #808040;
			  height: 9px; 
			  background-image: url(./images/spots1.gif) }

	.spotsbar2	{ background-color: #808040;
			  height: 9px; 
			  background-image: url(./images/spots2.gif) }




/* Menu Bar CSS */	

	.menubar	{ background-color: #3300A1;
			  height: 25px;
			  color: #000000;
			  text-align: center;
			  font-weight: bold; }
	
	.menu		{ text-decoration: none;
			  font-weight: bold;
			  color: gold; 
			  font-size: 12pt; } 

	.menu:hover	{ color: silver; }

		 