
a {
	color:#5c698a !important;
	text-decoration:none;
}
a:visited {
	color:#5c698a !important;
}
a:hover {
	text-decoration:underline;
}
.oldColor    { color:#5c698a; }
.darkBlue    { color:#315AFF; }
.darkPink    { color:#FFBA9E; }
.darkYellow  { color:#FFF1D1; }
.lightBlue   { color:#6D96FF; }
.lightPink   { color:#FFD9C8; }
.lightYellow { color:#FFF8E7; }
body {
	background-color:#FFF8E7;
	background-image:url('/img/background01.png');
	font-family:'Molengo',sans-serif;
}
.writtenText {
	font-family: "Alegreya", georgia, serif;
}
.body,body > div {
	background-color:#FFF8E7;
}
.link {
	color:grey;
	font-style:italic;
}
.logo {
	height:123px;
	margin:70px 200px 30px 200px;
	width:200px;
}
.product {
	border-bottom:thin solid black;
	float:left;
	margin:0 0 0 60px;
	padding:20px;
	text-align:left;
	width:340px;
}
.title {
	font-size:30px;
	margin:50px 30px;
	position:relative;
	text-align:center;
	width:540px;
}
.website {
	font-size:24px;
}