<style>
a.itemtext:link       { color: #ffffff }
a.itemtext      { text-decoration: none }
a.itemtext:visited    { color: #ffffff }
a.itemtext:hover      { color: #ffffff }
 
a.brightbluenewmodel  {color: #00339D}
a.brightbluenewmodel      {text-decoration: none }
a.brightbluenewmodel  {background-color: #FFFF33 }
a.brightbluenewmodel {font-weight: bold}


a.brightbluenewmodel:visited  { color: #00339D }
a.brightbluenewmodel:visited  {background-color: #FFFF33}
a.brightbluenewmodel:visited {font-weight: bold}

a.brightbluenewmodel:hover      { color: #0066FF }
a.brightbluenewmodel:hover  {font-weight: bold}



a.itemtext { font: 12px Arial, Helvetica}
a.itemtext { letter-spacing: 0.95px }

a:link       { color: #990000 }
a:visited    { color: #990000 }
a:hover      { color: #ff9900 }


a.nonunder:link       { color: #ffffff }
a.nonunder:link       { text-decoration: none }
a.nonunder:visited    { color: #ffffff }
a.nonunder:hover      { color: #FF9F11 }
a.nonunder { font-size: 83%}
a.nonunder {font-family: Verdana}
a.nonunder { text-decoration: none}
a.nonunder { letter-spacing: 0.75px }

a.under:link       { color: #808080 }
a.under:visited    { color: #808080 }
a.under:hover      { color: #FF9F11 }
a.under {font-size: 60%}
a.under  {font-family: Verdana}

a.under1:link       { color: #FFFFFF }
a.under1:visited    { color: #FFFFFF }
a.under1:hover      { color: #FF9F11 }
a.under1 {font-size: 60%}
a.under1  {font-family: Verdana}
a.under1 { text-decoration: none}

a.audio:link       { color: #808080 }
a.audio:visited    { color: #808080 }
a.audio:hover      { color: #000d30 }
a.audio {font-family: arial}
a.audio {font-size: 60%}
a.audio { text-decoration: none}

a.samecolor:link       { color: #003366 }
a.samecolor:visited    { color: #003366 }
a.samecolor:hover      { color: #006699 }
a.samecolor { text-decoration: none}


/* used in viewitem after onmouse over show thumbnail implemented */


#samecolor{
	color: #004A95;
	text-decoration: none;
}

#divsamecolor 
a:link {
color: #003366;
text-decoration: none;
}
a:visited {
color: #003366;
text-decoration: none;
}
a:hover {
color: #006699;
text-decoration: none;
}

#under{
	color: #808080;
	text-decoration: none;
	font-size: 60%;
	font-family: Verdana;
}



a.brightblue:link       { color: #2D2DFF }
a.brightblue:visited    { color: #2D2DFF }
a.brightblue:hover      { color: #0909FF }
a.brightblue { font-size: 95%}
<!--used in search results--> h1, h2, h3, h4, h5, h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
<!--used to remove spaces after and before h tags-->




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left:50%; /*position where enlarged image should offset horizontally */
}

li {
	list-style: url(http://www.audiobuys.net/images/mp3-bullet.jpg) outside;
}

h1, h2, h3, h4 {
	font-size:100%;
	display: inline;
}



</style>


