/* CSS Document */
/* CSS Document */

<style type="text/css">

body {
	margin: 0px 0px 0px 0px;
	border: 0;
	padding: 0;
	background-color: #FFCC33;
	}
	
a {
	text-decoration: none;
	color: #9933CC;
	}

a:link {
	text-decoration: none;
	color: #9933CC;
	}

a:visited {
	text-decoration: none;
	color: #9933CC;
	}

a:active {
	text-decoration: none;
	color: #9933CC;
	}

a:hover {
	text-decoration: underline;
	color: #660099;
	}

a.mainMenu {
	font-family: Papyrys, Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #009900;
	}

a.mainMenu:link {
	font-family: Papyrys, Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #009900;
	}

a.mainMenu:visited {
	font-family: Papyrys, Trebuchet MS, TradeGothic Light, sans-serif;
    font-size: 13px;
	text-decoration: none;
	color: #009900;
	}

a.mainMenu:active {
	font-family: Papyrys, Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #009900;
	}

a.mainMenu:hover {
	font-family: Papyrys, Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #006600;
	}

.mainMenuON {
	font-family: Papyrys, Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #006600;
	}
	
a.imageNav {
	text-decoration: none;
	color: #009900;
	}

a.imageNav:link {
	text-decoration: none;
	color: #009900;
	}

a.imageNav:visited {
	text-decoration: none;
	color: #009900;
	}

a.imageNav:active {
	text-decoration: none;
	color: #009900;
	}

a.imageNav:hover {
	text-decoration: none;
	color: #006600;
	}


.content  {
	color: #330066;
	font-family: Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	}

	
.imageDescription   {
	color: #330066;
	font-family: Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	}


.artistName  {
	color: #330066;
	font-family: Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}


.artistNameMENU  {
	color: #330066;
	font-family: Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}


.li  {
	color: #330066;
	font-family: Trebuchet MS, TradeGothic Light, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	}
</style>