BODY
{
  color		:	black;
  background	:	#F8F8F8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#albumList
{
  border : 0px;
}

#albumList TR.head
{
  color:white;
  background:black; 
}

#albumList TR.odd
{
  background:#D7D7D7; 
}

#albumList TR.even
{
  background:#E5E5E5;
}

INPUT.loginText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : white;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 11px;
	color : black;
	line-height : 14px;
}
