@charset "utf-8";
/* CSS Document developed by Alan R. Smith for the Artist's Coop website
*/

/* --- global styles ---*/


body {
	background-color: #dddddd;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px 50px;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	text-decoration: underline;
	font-size: 100%;
}
a:active {
	text-decoration: none;
	font-size: 100%;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

