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

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	color: #008000;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #3333FF;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
	font-weight: bold;
	font-size: 14px;
	}

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

img {
	border: none;
	}

div.header {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 85%;
	border: solid 1px;
	border-bottom: none;
	background-color: #F5FFEC;
	min-width:650px;
	}

div.menubar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 85%;
	border: solid 1px;
	border-bottom: none;
	height: 1.6em;
	background-image: url(../Graphics/Button.png);
	min-width:650px;
	}

div.content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 85%;
	border: solid 1px;
	background-color: #F5FFEC;
	min-width:650px;
	}

div.screen {
	display: block;
	}

hr.break {
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

div.listbox {
	background-color: white;
	border: none;
	margin: 2em 4em;
	padding: 0.2em;
	}

div.linkbox {
	float: right;
	width: 12em;
	background-color: #FFFFDD;
	margin-left: 1em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	}

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

div.cart {
	border: solid 1px;
	width: 6em;
	text-align: center;
	}

div.cart a {
	text-decoration: none;
	font-weight: bold;
	color: green;
	}

div.cart:hover {
	background-color:#CCCCCC;
	}

div.cart a:hover {
	color: red;
	}

#julia_intro {
	display: none;
	}
