/*
 * Default Skin Stylesheet for JAlbum Skin BKLightBox
 *
 *
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: white;
	color: black;
	margin: 5;
}

table
{
  algin: center;
}
  
table, th, td
{
border: 0px solid white;
}

.header td  {
	font-size: 10px;
}

.navigate td  {
	font-size: 10px;
}

img {
   align: middle;
   border: 0;
}
   
.images img {
	border: 0;
}

.images td
{
	padding: 2px;
}


/* Link Colors */
a:visited {
 color: SlateGrey;
 text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: Red;
}
a:active {
 color: Tomato;
 text-decoration: none;
}
a {
 color: SlateGrey;
 text-decoration: none;
}



#footer {
	font-size: 10px;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}


#information {
	font-size: 12px;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	visibility: hidden;
}
