html, table, pre, textarea{
	font-family: verdana, arial, tahoma;
	font-size: 12px;
}
body{
	padding: 0; margin: 0;
	background-image: url("images/celebritybg.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom left;
}
a, a:visited, a:active{
	color: black;
}
a:hover{
	color: red;
}
#top{
	background-color: black;
	color: white;
	align: center;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}
#top a, #top a:visited{
	color: #D0D8D0;
	font-size: 12px;
}
#top a:hover{
	color: white;
}
.addToFavorites, .addToFavoritesHover{
	color: #D0D8D0;
	cursor: pointer;
	text-decoration: underline;
	display: inline;
	font-size: 12px;
}
.addToFavoritesHover{
	color: white;
}
#letterIndex{
	background-color: #D0D8D0;
	width: 750px;
	align: center;
	font-size: 12px;
}
#letterIndex a, #letterIndex a:visited{
	color: black;
}
#letterIndex a:hover{
	color: red;
}
.letter{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
    text-decoration: underline;
}