/* All content copyright 2005 by Mark Roberts. 
All photos are believed to be copyright free; 
however, should you believe otherwise, please 
contact me for a resolution. */


/* Text within body */
body	{
	font-family: Arial, Helvetica, san-serif;
	background-color: rgb(255, 225, 100);	
	font-size: 12px;
	 }
body td	{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	  
	}

/* Links within body */
	body a:link	{color: #888888;}
	body a:visted	{color: #990000;}
	body a:active	{color: #CC0000;}
	body a:hover	{color: #CC0000;}

/* Links within cell */
	body a:link	{color: #000099;}
	body a:visted	{color: #990000;}
	body a:active	{color: #CC0000;}
	body a:hover	{color: #CC0000;}

/* This is where my text and pictures are located */
.contentArea  {
	
	vertical-align: top;
	align: left;
	background-color: rgb(255, 175, 255); 
	border-top-style: solid;
	border-left-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-color: #FF0000;
	border-right-color: #FF0000;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding: 7 7 7; 
	}

/* This is where my links to artists and other webpages  */
.contentSubArea	{
	vertical-align: top;
	align: left;
	background-color: rgb(175, 235, 200);
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: dashed;
	border-left-color: #FF0000;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding: 7 7 7;
}

/* This is where I list the songs */
.contentNavArea	{
	vertical-align: top;
	align: left;
	background-color: rgb(200,  245, 255);   
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;	
	padding: 7 7 7; }
	
/* This creates a guitar bullet style */
	.list1 {
		list-style-image: url(guitar.gif);
	}

/* This gives me a circle list style */
	.list2 { 
	list-style-type: circle; 
	}
	
/* This is my Heading */
	.pagehead {
	color: blue;
	text-align: center;
}