a:link {
	text-decoration: none;
	color: #8080BF;
}

a:visited {
	text-decoration: none;
  color: #8080BF;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: #8080BF;
}

body {
	margin-top:0; margin-bottom:0; margin-left:0; margin-right:0;
	color: #8080BF;
	}
.transparent
{
   filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 
}
.subtitle {
	font-family: "Cooper Black";
	font-size: medium;
}

.specials
{
	font-size:18px;
	font-weight:bold;
}
