
html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}
body {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
a {
	outline: 0;
}

img.page {
	width: 80%;
  	height: auto;
	margin-left: auto;
	margin-right: auto;
}

table {
	border-collapse: collapse;
	width: 80%;

}
table.center {
	margin-left: auto; 
	margin-right: auto;
}
tr, td {
	text-align: center;
	font-size: 0.8rem;
}
#albumtitle {
	font-size: 1.6rem;
	margin: 0px auto 5px;
}
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
.noborder {
	border: none !important;
}
a.pics:hover {
	font-size:125%;
}
a:link {
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}

