/*
 * Style sheet for the Enigmamusic.com Jukebox
 * $Id: ejukebox.css, created August 2003$
 */

/* a link colors in page and menu bar */

a					{ text-decoration: none; }
a:link				{ color: red; }
a:visited			{ color: red; }
a:active			{ color: red; }
a:hover				{ color: red; background-color: yellow;	text-decoration: underline; }

a:link.ssmItems		{color: black; }
a:visited.ssmItems	{color: black; }
a:active.ssmItems	{color: black; }
a:hover.ssmItems	{color: red; }

/* heading definitions */

h1, h2, h3, h4, h5, h6	{ font-family: Arial, Helvetica, "MS Sans Serif"; font-weight: bold; }

h2, h3, h4, h5, h6		{ color: #FF0000; }

h1						{ color: #FFFF00; }

h1		{ font-size: 8pt; }
h2		{ font-size: 10pt; }
h3		{ font-size: 12pt; }
h4		{ font-size: 14pt; }
h5		{ font-size: 18pt; }
h6		{ font-size: 24pt; }

table	        { font-family: Arial, Helvetica, "MS Sans Serif"; font-size: 10pt; font-weight: bold; }


.bg_B			{ background-image: url('images/background_blue.gif');
				  color: #FFFF00;
				  margin: 0; padding: 10;
				  border: 2px solid #3399FF;
				  width: 408px; height: 350px }

.bg_Bi			{ background-image: url('images/background_beige.gif');
				  color: #000000;
				  margin: 0; padding: 10;
				  border: 2px solid #808000;
				  width: 408px; height: 350px }

.bg_G			{ background-image: url('images/background_green.gif');
				  color: #FFFF00;
				  margin: 0; padding: 10;
				  border: 2px solid #008000;
				  width: 408px; height: 350px }

.bg_Gr			{ background-image: url('images/background_gray.gif');
				  color: #FFFF00;
				  margin: 0; padding: 10;
				  border: 2px solid #5F5F5F;
				  width: 408px; height: 350px }
					
.bg_M			{ background-image: url('images/background_maroon.gif');
				  color: #FFFF00;
				  margin: 0; padding: 10;
				  border: 2px solid #FF3300;
				  width: 408px; height: 350px }
					
.title			{ font-size: 12pt; color: #FF0000; }
.from			{ font-size: 8pt; color: #0000FF; font-style: italic; }
.fromB			{ font-size: 8pt; color: #FFFFFF; font-style: italic; }
.desc			{ font-size: 8pt; }
.link			{ font-size: 12pt; }