@charset "utf-8";
/* CSS Document */

a:link     { color: #990000; text-decoration: none }
a:active { color: #003399; text-decoration: none }
a:visited   { color: #990000; text-decoration: none }
a:hover   { color: #003399; text-decoration: none }


html, body {
	/*background: #7575da url('summerwood-playlist.gif');*/
	background: #990000 ;
	font-size: 100%;
	font-family: "Segoe UI", Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-weight:bold; 
	font-size: 1.1em; 
	color:#990000;
	text-decoration:underline;
}

h2 {
	font-weight:bold; 
	font-size: 10px; 
	color:#990000;
	text-decoration:underline;
}

h3 {
	font-weight:bold; 
	font-size: 1em; 
	color:#990000;
	text-decoration:underline;
}

p {
	font-size: 1em; 
}

