body	{
		color				: #000000;
		background-color	: #F3E5CB;
		font-family			: Verdana, Arial;
		margin-top			: 0;
		margin-right		: 0;
		margin-bottom		: 0;
		margin-left			: 0;
		}

p		{
		font-size			: 0.7em;
		line-height			: 1.5;
		color				: black;
		}

.gray	{									<!-- used in navigation link text -->
		font-size			: 0.7em;
		line-height			: 1.5;
		font-style			: normal;
		font-weight			: normal;
		color				: gray;
		}

.lightgrey {								<!-- used in navigation text (not links) -->
		font-size			: 0.7em;
		line-height			: 1.5;
		font-style			: normal;
		font-weight			: normal;
		color				: lightgrey;
		}

div#main {
		position			: absolute;
		width				: 800;
		left				: 50%;
		margin-left			: -400px;
		height				: 200;
		background			: #F5F5F5;
		padding				: 5px;
		top					: 25;
		border-width		: 1;
		border-color		: silver;
		border-style		: solid;
		filter				: alpha(opacity=85);
		-moz-opacity		: 0.85;
		opacity				: .85;
		}

.tablefoto {								/* in fotoboek */
		border-top-width	: 3px;
		border-right-width	: 10px;
		border-bottom-width	: 6px;
		border-left-width	: 5px;
		border-style		: solid;
		border-color		: #E5E5E5;
		background-color	: #E5E5E5;
		}

.table_top_border {							/* boven gastenboek berichten */
		border-top-width	: 1px;
		border-top-color	: black;
		border-top-style	: dashed;
		}






a:link {									/* regular link */
		text-decoration		: underline;
		color				: gray;
		}

a:visited {									/* regular link already visited */
		text-decoration		: underline;
		color				: gray;
		}

a:hover {									/* regular link with the mouse cursor currently over it */
		text-decoration		: underline;
		color				: gray;
		}

a:active {									/* regular link being clicked */
		text-decoration		: underline
		color				: gray;
		}

a.internal:link {							/* internal link */
		text-decoration		: none
		border-color		: black;
		}

a.internal:visited {						/* internal link already visited */
		text-decoration		: none
		border-color		: black;
		}

a.internal:hover {							/* internal link with the mouse cursor currently over it */
		text-decoration		: none
		border-color		: black;
		text-decoration		: underline;
		}

a.internal:active {							/* internal link being clicked */
		text-decoration		: none
		border-color		: black;
		}




input {
		background-color	: white;
		border				: #F5F5F5;
		font-family			: Verdana, Arial;
		font-size			: 0.7em;
		color				: gray;
		border-color		: silver;
		border-style		: solid;
		border-width		: 1;
		}

textarea {
		background-color			: white;
		border						: #F5F5F5;
		font-family					: Verdana, Arial;
		font-size					: 0.7em;
		color						: gray;
		border-color				: silver;
		border-style				: solid;
		border-width				: 1;
		scrollbar-base-color		: #E5E5E5;
		scrollbar-arrow-color		: white;
		scrollbar-track-color		: white;
		scrollbar-shadow-color		: white;
		scrollbar-lightshadow-color	: white;
		scrollbar-darkshadow-color	: white;
		scrollbar-highlight-color	: white;
		scrollbar-3dlight-color		: white;
		}

.selection {
		background-color	: white;
		font-size			: 0.7em;
		color				: black;
		width				: 200;
		}

.button {
		background-color	: gray;
		border-color		: black;
		border-style		: solid;
		border-width		: 1;
		color				: white;
		font-size			: 0.7em;
		font-weight			: bold;
		}
