/* CSS Document */

<style type="text/css">

  a.menu_link {
	font-size: 16px;
  }
  
  a.menu_link:link { text-decoration:none; font-weight:bold; color:#FFFFFF; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
  a.menu_link:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
  a.menu_link:hover { text-decoration:none; font-weight:bold; color:#BBBBBB; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
  a.menu_link:active { text-decoration:none; font-weight:bold; color:#999999; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
  a.menu_link:focus { text-decoration:none; font-weight:bold; color:#999999; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}

  p.title_h1 {
	color: #111111;
	font-weight: bold;
	font-size: 20px;
	font-family: "MS Reference Sans Serif", "Trebuchet MS", "Arial";
	letter-spacing: 3px;
	vertical-align: baseline;
  }
  
  p.contact_h1 {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	font-family: "MS Reference Sans Serif", "Trebuchet MS", "Arial";
	}

	a.contact_link:link { text-decoration:none; font-weight:bold; font-size: 8pt; color:orange; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.contact_link:visited { text-decoration:none; font-weight:bold; font-size: 8pt; color:orange; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.contact_link:hover { text-decoration:none; font-weight:bold; font-size: 8pt; color:red; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.contact_link:active { text-decoration:none; font-weight:bold; font-size: 8pt; color:#999999; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.contact_link:focus { text-decoration:none; font-weight:bold; font-size: 8pt; color:#999999; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	
	a.artist_link:link { text-decoration:none; font-weight:normal; font-size: 8pt; color: orange; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.artist_link:visited { text-decoration:none; font-weight:normal; font-size: 8pt; color: orange; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.artist_link:hover { text-decoration:none; font-weight:normal; font-size: 8pt; color: red; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.artist_link:active { text-decoration:none; font-weight:normal; font-size: 8pt; color: #FFA500; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}
	a.artist_link:focus { text-decoration:none; font-weight:normal; font-size: 8pt; color: #FFA500; font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"}

  p.headline {
  font-size: 12pt;
  font-weight: bold;
  }

  p {
  color: #999999;
  font-size: 8pt;
  margin: 5px;
  font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"
  }
  
  p.footer {
  color: grey;
  font-size: 8pt;
  font-family:"MS Reference Sans Serif", "Trebuchet MS", "Arial"
  }
  
  body {
    color: black; background-color: #000000;
    font-size: 100.01%;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0; padding: 1em;
  }

  .boxtopline {
	border-color: #FFFFFF black black;
	padding-left: 10px;
	margin-bottom: 5px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px}
  }

</style>
