/*  CSS for hykeleiche.com */


body{
	background-color:black;
	color: white;
	font-family: "Comic Sans MS";
	height:100%;

}

#table{
/*width:85%;*/
margin-left:100px;
/*margin-right:auto;*/

}



.thumb{
	cursor: pointer;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}


a:link{
	color:#ffffff;
}

a:visited{
	color:white;
}

a:active{
	color:red;
}


.albums{
	text-transform: capitalize
}

#name:visited{
	color:white;
}

/*#picframe{
	width:700px;
	height:700px;
}

#picline{
	padding-top:auto;
	padding-bottom:auto;
}
*/