@import url(bespoke.css);

body {
	font-family: "Tahoma";
	background: #FFF url(images/bg.jpg) top left repeat-x;
	text-align: center;
	color: #000;
	}

h1 {
	font-family: "Tahoma";
	font-size: 100%;
	}

p {
	font-family: "Tahoma";
	font-size: 83%;
	}
	
ul, li {
	font-family: "Tahoma";
	font-size: 92%;
	list-style-type: square;
	}

a {
	text-decoration: none;
	color: #000;
	}
	
a:hover, a:focus {
	text-decoration: underline;
	}
	
table label {
	font-size: 80%;
}

img.border {
	border: 1px solid #000;
	}