a:link {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:visited {
	color : #990066;
	text-decoration : none;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

h2 {
	text-align : center;
	}

h3 {
	color : #336600;
	font-size : 1.25em;
	}

h4 {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 3px;
	margin-left : -10px;
	}

body {
	background-color : #ffffcc;
	color : #0f0000;
	padding-left : 10px;
	}

hr {
	clear : both;
	}

.shop a:link {
	color : #ffffff;
	background-color : #800000;
	text-decoration : none;
	}

.shop a:visited {
	color : #ffffff;
	background-color : #800000;
	text-decoration : none;
	}

.shop a:hover {
	color : #ffff00;
	background-color : #800000;
	text-decoration : underline;
	}