@charset "utf-8";
/* CSS Document */
/* This CSS document is where you set all the style (colors, fonts, padding, spacing, borders, etc. so that you can easily change the way your entire website looks by changing the parameters below.  Find explanation and use of CSS sheets at http://www.davesite.com/webstation/css/chap01.shtml*/

/* Settings for the body tag, meaning that anything that is applicable to the entire body of the html page */


#body {
	
	background-image: url(../images/whiteCanvas.jpg) 
	font-family:"Verdana","Arial","Helvetica"; font-size:12px; 
	color: #FFFFCC;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


.INDEX { font-family:"Verdana","Arial","Helvetica"; font-size:12px; color:#FFFFCC; }
.LARGER { font-family:"Georgia","Times New Roman"; font-size:16px; color:#000000; }
.HEAD { font-family:"Verdana","Arial","Helvetica"; font-size:28px; color:#000033; }
.TITLE { font-family:"Verdana","Arial","Helvetica"; font-size:20px; color:#000000; }
.TEXT { font-family:"Verdana","Arial","Helvetica"; font-size:14px; line-height:24px; color:#000000; }
.ARTIST { font-family:"Verdana","Arial","Helvetica"; line-height:24px; font-size:12px; color:#FFFFCC; }
.FOOTER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #669999;
} 
/* Anywhere where you want to create a main image, can add id="imgborder" to the <img> tag and it will use this border. */
#imgborder {
	border-color: #333333;
	border-style: double;
	border-width: medium;
	border-spacing: 10px;
	padding: 0px;
	margin: 1em;
	}

.FEATURED { font-family:"Verdana","Arial","Helvetica"; line-height:28px; font-size:12px; color:#cccccc; }
A:LINK { color:#DAA520; text-decoration:none; }
A:VISITED { color:#B8860B; text-decoration:none; }
A:HOVER { color:#B8860B; text-decoration:none; }

 
