/* Common */

body {
	background-color: white;
	color: black;
}

span.title {
	font-weight: bold;
	font-size: 150%;
	color: #555555;
}

span.page_index {
	font-weight: bold;
	font-size: small;
	color: #969696;
}


/* image.html */


img.thumbnail {
	border-style: none;
}

td.preview img {
        border-style:solid;
        border-width:8px;
        border-color:#222;
}

td.comment {
        border-style:solid;
        border-width:2px;
        border-color:#222;
}

/* index.html */

td.left_thumbnail img {
        border-style:solid;
        border-width:4px;
        border-color:#444;
}

td.left_thumbnail a:hover img {
        border-style:solid;
        border-width:4px;
        border-color:#666;
}

td.right_thumbnail img {
        border-style:solid;
        border-width:4px;
        border-color:#444;
}

td.right_thumbnail a:hover img {
        border-style:solid;
        border-width:4px;
        border-color:#666;
}

/* slideshow */
td.slide img {
        border-style:solid;
        border-width:8px;
        border-color:#222;
}

td.slide a:hover img {
        border-style:solid;
        border-width:8px;
        border-color:#333;
}



/* links */

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}


