@font-face {
	font-family: 'Pricedown';
	src: url('../fonts/Pricedown.eot');
	src: url('../fonts/Pricedown.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Pricedown.woff') format('woff'),
		url('../fonts/Pricedown.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body
{
	background-color:rgb(112,146,190);
	color:black;
}

.content, .navigation li a
{
	border: 2px solid black;
}

h1
{
    font-family: 'Pricedown';
    font-weight: normal;
    font-style: normal;
	margin-top:4px;
	margin-bottom:10px;
	margin-left:1px;
	text-transform:lowercase;
  text-shadow:
   -3px -3px 0 #000,  
    3px -3px 0 #000,
    -3px 3px 0 #000,
     3px 3px 0 #000;
     color:white;
}

/*.navigation
{
	background-color: #242455;
	border-bottom: solid 2px black;
	padding: 8px;
	padding-bottom:4px;
	margin-bottom:9px;
	margin-left:-8px;
	margin-top:-8px;
	margin-right:-8px;
}*/
.navigation ul li a
{
	/*background-color:#337ab7;*/
	background-color:#5cb85c;
	color:white;
}
.navigation ul li a:hover, .navigation ul li.current a
{
	/*background-color:#286090;*/
	background-color:rgb(68,157,68);
}
.navigation ul li a,.content
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}