}
body {
	font-family:"Courier New", Arial;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top:30px;
	overflow: -moz-scrollbars-horizontal;
	height:100%;
}
a{
	color:#000000;
}
a:hover{
	color:#0063DC;
}
img{border:0px;}

.title{
  color:#000000;
  font-family:"Courier New", Arial;
  font-size:16px;
}
.albumtitle{
  color:#000000;
  font-family:"Courier New", Arial;
  font-size:12px;
}
.foottext{
  color:#000000;
  font-family:"Courier New", Arial;
  font-size:11px;
}
.gallery{
	margin-top:15px;
}
