/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffcc;
	color: black;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
}


/* Put a border on all generated images */
.image {
	margin: 5;
	border: 10 solid #FFCC00;
}
.obr {
	border: 1px solid #000000;
}


/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	padding-bottom: 5px;
}
.oramuj {
	border: 1px solid #000000;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
	border: 3px solid #000000;
}

/* Margins on the slide pages. */
body#slide {
	margin: 5;
	background-color: #FFFFCC;
}

/* Highlight the image name on the slide pages. */
#slide .name  { color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: normal }

/* Header */
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom : 0px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

#imageinfo {
	visibility: hidden;
}

.number{
	font-size : 14px;
	font-weight : normal;
	color: #000000}
.googleindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.googleindex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.googleindex a:hover  { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: overline }
