
/*
	last edit 10.31.2017 pst
*/

span.itemname {color:#6699cc;/* Azure */}

body,
p,
li,
td,
div,
input,
buttons {
	color:#000;
	font-size:16px;
	font-family:'Open Sans',Arial,Helvetica,Swiss,Geneva,sans-serif;
	line-height:150%;
}
 a,
 a:link,
 a:visited {
	color:#000;
	border-bottom:1px dotted #999;
	text-decoration:none !important;
}
	a:visited {
		color:#666;
	}
	a:hover {
		color:#fff;
		background-color:#000099; /* blue */
	}

.translation {
	font-size:10px;
	margin:10px 0 10px 20px;
}
h1 {
	font-weight:300;
	margin-bottom:0;
}
input {
	border-radius:4px;
}
	input [type=text],
	input [type=submit] {
		padding:10px;
	}
.buttons {
	font-weight:700;
	color:#fff; 
	background-color:#666699; /* Lavender */
	border-style:ridge }
textarea {
	margin-top:5px;
}
.send-button {
	font-weight:700; 
	color:#fff; 
	background:#336666 }
.arial {
	font-size:8pt
}