@charset "utf-8";

/*  =========================================================
	File: galleries.css
	Date: 090805
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	background:#545454;
}

/* All Links */
a { 
	outline:none;
	text-decoration:none;
	padding:0;
} 
a:link { 
	color:#00f;
	text-decoration:underline;
}
a:visited { 
	color:#00f;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#00f;
	text-decoration:none;
}
a:active {
	color:#00f;
	text-decoration:none;
}