body 
		{
			Text-align				: Center;
			background-color			: #ABC2F0;
			margin					: 0;
			padding					: 0;
			font-family				: arial, verdana, sans-serif;
			font-weight				: bold;
			color					: #000000;
			text-decoration				: none;

		}

H1		{
			font-size				: 3em;
			font-family				: arial, verdana, sans-serif;
}

H2, H3, H4, H5 {
			font-size				: 1.5em;
			font-family				: arial, verdana, sans-serif;
}

#Folders {
			text-align				: center;
			margin-top				: 5px;
			margin-bottom				: 5px;
			margin-left				: auto;
			margin-right				: auto;
			Padding					: 2px;
			background-color			: #ABC2C9;
			border-style				: none;
			border-width				: 1px;			
			border-color				: #000000;
			border-style				: solid;
			font-family				: arial, verdana, sans-serif;
			font-size				: 0.8em;
			width					: 50%;	
			color					: #000000;	
			text-decoration				: none;	
	}


#Pics {
			text-align				: center;
			margin-top				: 5px;
			margin-bottom				: 5px;
			margin-left				: auto;
			margin-right				: auto;
			Padding					: 2px;
			background-color			: #ABC2C9;
			border-style				: none;
			border-width				: 1px;			
			border-color				: #000000;
			border-style				: solid;
			font-size				: 0.8em;
			font-family				: arial, verdana, sans-serif;
			width					: 50%;	
			color					: #000000;	
			text-decoration				: none;	
	}
#Pages {
			text-align				: center;
			margin-top				: 5px;
			margin-bottom				: 5px;
			margin-left				: auto;
			margin-right				: auto;
			Padding					: 2px;
			background-color			: #ABC2C9;
			border-style				: none;
			border-width				: 1px;			
			border-color				: #000000;
			border-style				: solid;
			font-size				: 0.8em;
			font-family				: arial, verdana, sans-serif;
			width					: 50%;	
			color					: #000000;	
			text-decoration				: none;	
	}

a.fotolnk:hover 
		{
			border-style				: solid;
			border-width				: 2px;			
			border-color				: #000000;
		}

a.fotolnk
		{
			border-style				: solid;
			border-width				: 2px;			
			border-color				: #ABC2C9;
		}
a:link { 
			color					: #0000FF;
			text-decoration				: underline;
	}

a:hover 
		{
			background-color			: #FFFFFF;
			color					: #000000;
			text-decoration				: underline;
		}

a:visited
		{
			color					: #0000FF;
			text-decoration				: underline;
		}
a:active { 
			color					: #0000FF;
			text-decoration				: underline;
	}
