/* -------------------------------------------------------  */
/*                                                                            */
/* Anne Mallory Global Style Sheet                    */
/* (C) 2009 March / Provide Design - JC           */
/*                                                     */
/* -------------------------------------------------------  */



/* Global */

img {
	border: 0px
}

a img, a:link img {
	border: 0px
}

a, a:link {
	color: #fff;
	text-decoration: underline
}

a:hover {
	color: #fff;
	text-decoration: none
}


/* ---------- TEXT STYLE ---------- */


h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Ariel, Verdana, Sans-serif;
	color: #ffffff;
	font-weight: bold;
	line-height: 1em;
	padding: 0px;
	margin: 0px 0px .4em 0px;
	background-color: transparent;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	text-decoration: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 { 
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	line-height: 1.4em
}
	
	
	/* ---------- ELEMENTS ---------- */
	
hr {
	height: 1 px;
	background-color: #fff;
	border-bottom: #fff, solid;
}

