/* belle boutique layout */

img	{
	border: 0;
	}

/* all the important stuff */

body	{	
	margin: 0;
	padding: 10px;
	border: 0;
	font-family: helvetica, arial, sans-serif;
	font-color: #000;
	font-size: 13px;
	}

div.list
        {
    font-family: helvetica, arial, sans-serif;
	color: #EA3798;
	font-size: 13px;
	font-weight: bold;
	}
	
p {
    font-family: helvetica, arial, sans-serif;
	font-color: #000;
	font-size: 13px;	
    }

h1	{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: helvetica, arial, sans-serif;
    color: #EA3798;
	font-size: 15px;
	font-weight:bold;
	}
			
/* linkies! */

a:link, a:visited {
	text-decoration : none;
	color: #EA3798;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #B2166D;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #B2166D;
	background: transparent;  
	}



/* typeographyagogo */
	
h2, h3, h4	{
	font-weight: normal;
	}
	
