/*Global styles---------------------------------------------------------------------------------------------------------------*/
/*Everything*/	
*,h1, h2,h3,h4,h5, div, p, span		{ font-family: verdana,tahoma,helvetica,arial; font-weight: normal;}						
H1 					 				{ color : black; font-weight : 800;font-size: 25 px}
H2 			                		{ color : black; font-weight : bold;font-size: 20 px }
H5, H4, H3 			        	    { color : black; font-size: 15 px; font-weight: bold; margin: 0px; padding: 1px;}

BODY								{background-color: white; margin: 0px;}


a:link.menu							{ color: white; text-decoration: none; text-transform: none; font-weight: bold }
a:visited.menu						{color: white;font-weight: bold;text-decoration: none;text-transform: none;}
a:hover.menu						{ color: #069; font-weight: 1000; text-decoration: underline; text-transform: none}
a:active.menu						{ color: white; text-decoration: none; font-weight: bold}


a:link								{ color: blue; text-decoration: none; text-transform: none }
a:visited 	 	  					{ color: blue; font-weight: normal; text-decoration: none; text-transform: none}
a:hover								{ color: black; font-weight: normal; text-decoration: none; text-transform: none;}
a:active							{ color: red; text-decoration: none }

img.gallery {border: 1px solid black;}