body,html {
	margin: 0;
	padding: 0;
	}

p,li,td,div,input,select {
	font-family: times, serif;
	font-size: 12pt;
	color: black;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: xx-large;
	color: black;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: black;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: black;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	}

div.wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	}
div.menubar {
	display: none;
	}
div.content {
	text-align: center;
	margin: 0;
	width: 100%;
	border: none;
	}

div.screen {
	display: none;
	}

hr.break {
	page-break-after: always;
	}

div.listbox {
	margin-left: 5em;
	}

div.linkbox {
	display: none;
	}

div.country {
	float: left;
	padding: 0.2em;
	border: none;
	width: 10em;
	white-space: nowrap;
	font-size: small;
	}

div.cart {
	display: none;
	}

#nav {
	display: none;
	}

#menubox {
	display: none;
	}

#julia_intro {
	display: block;
	margin: 0;
	width: 100%;
	border: none;
	}
