
	body		{ background-color: #ffffff;
			  font-weight: normal;
			  color: #000000;
			  background-repeat: no-repeat;
			  background-image: url(./images/); }

	a 		{ text-decoration: none;
			  font-weight: bold;
			  color: #d1defe; } 

	a:hover	{ color: gold; }

	p		{ text-indent: 0em; }


/* General Page CSS */

	
	.note		{ background-color: #3300a1; 
			  font-size: 10pt;
			  color: gold;
			  position: relative;
			  top: 0ex;
			  font-weight: bold; }

	.menubar	{ background-color: #3300A1;
			  height: 22px;
			  text-align: center;
			  font-weight: bold; }
	
	.a2		{ text-decoration: underline;
			  color: silver; }  

	.a2:hover	{ color: silver; }

	.amain		{ text-decoration: underline; 
			  font-weight: normal;
			  color: blue; }
	
	.amain:hover	{ color: gold; }

	
/* Header CSS */
		
	.greybar	{ background-color: #808040;
			  height: 4px; }

	.whitebar	{ background-color: #ffffff;
			  height: 3px; }

	.blackbar	{ background-color: #000000;
			  height: 2px; }


/* Menu Bar CSS */	


	.menubar	{ background-color: #3300A1;
			  height: 22px;
			  text-align: center;
			  font-weight: bold; }
	
	.menu		{ text-decoration: none;
			  font-weight: bold;
			  color: gold; 
			  font-size: 12pt; } 

	.menu:hover	{ color: silver; }


/* Menu2 Bar CSS */	

	.menu2bar	{ background-color: gold;
			  height: 22px;
			  text-align: center; }
	
	.menu2 	{ text-decoration: none;
			  font-weight: bold;
			  color: #3300A1; 
			  font-size: 12pt; } 

	.menu2:hover	{ color: #691F01; }


/* PROFILE Specific CSS */

	.header	{ color: #000000;
			  font-size: 13pt; }

	.head2	{ font-size: 10pt;
		  text-decoration: underline;
		  font-family: Courier New; }

	.head3		{ font-size: 18pt;
			  color: #b50000;
			  text-decoration: none; 
			  text-align: center; }


/* Album Page CSS */

	.pagetitle 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 24pt;
			  color: #000000;
			  font-weight: bold; }

	.thumbtitle 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 10pt;
			  color: #000000; }

	.imagetitle 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 10pt;
			  color: #000000; }
	
	.navigation   { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 10pt;
			  color: #000000;
			  font-weight: bold; }

	.navigation2 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 12pt;
			  color: #000000;
			  font-weight: bold; }

