/*
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
*/

body {
	background: #000000;
	color: #ffffff;
}

a:link {
	text-decoration: none;
	color: #35cccb;
}

a:visited {
	text-decoration: none;
	color: #2dadac;
}

a:hover {
	text-decoration: none;
	color: #00ff00;
}

a:active {
	text-decoration: none;
	color: #ff0000;
}

a img {
	border: none;
}


/* Guest list page specific */

td {
	color: #ffffff;
}

td.alt1 {
	background-color: #606060;
}

td.alt2 {
	background-color: #404040;
}

td.admin {
	background-color: #022B05;
}

td.admin2 {
	background-color: #011a03;
}



/* Google custom search specific */
form#cse-search-box #q {
	background: black;
	border-style:ridge;
	border-color:white;
	color: rgb(0,255,0);
	font-family: Arial;
	width: 130;
}

form#cse-search-box input {
	background: white;
	border-style: none;
}




/* Manual pictures specific */
.images-300 img {
	height: 300px;
	margin: 5px;
}

.images-200 img {
	height: 200px;
	margin: 5px;
}

.images-150 img {
	height: 150px;
	margin: 5px;
}