@charset "iso-8859-2";
/* CSS Document */

body{
	background:#000000;
	padding:8px;
	margin:0px;
	color:#FEFFFF;
	}
	
	.dag, .nice{
color:#EEEEAA;
font-weight:none;
}
.ip{
color:#457778;
font-weight:none;
}	
.nick{
color:#EEDDDD;
font-weight:none;
}
.tresc{
color:#CCEEEE;
font-weight:none;
}

a:link { text-decoration: underline; color: #FFFFFF; }
a:visited { text-decoration: underline;  color: #FFFFFF; }
a:active { text-decoration: underline;  color: #FFFFFF; }
a:hover { text-decoration: none; color: #00EEA0; }

img {
	border-color: #444455;
}


.comment {
	font-weight: bold;

}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

body {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}


#imageinfo {

	font-size: 11px;
}	