  a:link { color: #000000; text-decoration:none;}  /* for unvisited links */
  a:visited { color: #000000; text-decoration:none;} /* for visited links */
  a:active {color: #000000;	text-decoration: none;} /* when link is clicked */
  a:hover { color: #FF0000; text-decoration:none;} /* when mouse is over link */

a.email:link {color: #1d41a6; text-decoration:none; text-decoration: underline;}  /* for unvisited links */
a.email:visited {color: #1d41a6; text-decoration:none;}  /* for unvisited links */
a.email:active {color: #1d41a6; text-decoration:none;}  /* for unvisited links */
a.email:hover {color: #4a74ee; text-decoration:none; text-decoration: underline;}  /* for unvisited links */
  
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

.audiophile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.center{
	text-align:center;
}

.red {
	color:#FF0000;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: small
	}

.margin {
	margin-left:10px;
	margin-right:10px;
	}
	
.grey {
color:#999999
	}
