/* Layout formatting */
	P { text-indent:3em; }
	BODY {
		  	background-color:black;
		 	color:yellow;
		 }
	HR { WIDTH="75%" }
	TD.Links { ALIGN="center" }
	EMBED {
		   		HEIGHT="427";
				WIDTH="320";
				AUTOSTART=FALSE;
				HIDDEN=TRUE;
		  }

/* Align the content of the cells on the album pages to the center and bottom. */
   #album td {
		  	  	text-align: center;
		  		vertical-align: bottom;
			}

	
/* Text Formatting */
   H2 {
   	   	font-size:x-large;
		color:red;
	}

   DESC {
   	   	font-size:small;
		color:red;
	}
   
/* Link Formatting */
   A:link 	 { color:red; }
   A:visited { color:yellow; }
   A:active	 { font-weight:bold; color:yellow; }
   A:link, A:visited, A:active { text-decoration:none; }
   A:hover	{ color:blue; text-transform:none; }

   A.NormalLink:hover 	{ color:red; text-transform:uppercase; }
   A.PictureLink		{ TARGET="Main"; }
   
/* Colours */
	.black		{color:"black"}
	.white		{color:"white"}
	.red		{color:"red"}
	.green		{color:"green"}
	.blue		{color:"blue"}
	.yellow		{color:"yellow"}
	.purple		{color:"purple"}
	.color		{color:"gray"}


	

