/* CSS Document */

/* For the other webmasters of SU: this is a CSS file that can be used whenever you have a completely new bandpage. It will facilitate your work! There's explanations, so that you know whihc headings I used where. They are basically the same as what you have used so far, only standardized. */

body { 
	background-color: #F9D8A6
	}


p {/* style for the paragraphs */
	font-family: arial, Times New Roman, verdana, sans-serif;
	font-size: 12px;
	line-height:1.3em;
	}

A {/* style for all the links */
	COLOR: #0066FF; 
	font-weight: bold;
	TEXT-DECORATION: underline;
	}
A:link {
	COLOR: #0066FF; 
	}
A:visited {
	COLOR: #0066FF; 
	}
A:hover {
	BACKGROUND-COLOR: #FFC466; 
}

h1 {/* Heading for the band name */
	font-family: Times New Roman, verdana, arial, sans-serif;
	font-size: 48px;
	font-style: italic;
	text-decoration: underline;
	color: #0066FF;
	}

h2 {/* Heading for within the overview of the band's catalogue and for the introduction */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FF9933;
	}

h3 {/* Heading for the 'written by'-line */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF9933;
	}

h4 {/* Heading for the album titles */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color:#000000;
	}	

h5 {/* Heading for the text in orange that precedes the actual review */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF9933;
	}

HR {color: #0066FF}

