
body {
	background-color: #F5F3FF;
	padding: 0.5em;
  font: 100%/1.0 Georgia, serif;
}

.header {
	border-bottom: 1px solid black;
}

.nav-big {
	font-size: 115%;
}

.nav-small {
	font-size: 80%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer {
	margin-top: 8px;
	border-top: 1px solid black;
	font-size: 80%;
}

.links {
	padding-top: 8px;
}

.attributions {
	padding-top: 8px;
	color: #999999;
}

/* Links */
a {
}
a:link { 
  color: #1A72D6;
}
a:visited {
  color: #6D97C7;
}
a:hover {
  color: #C4CAF5;
  background: #445F9E;
}
a:active { 
  color: #7956D1;
}


/* Card searches */
.cardimg {
	float: left;
	text-align: center;
}

/* Card tables */
table {
    border: 1px solid grey;
}
td, th {
    border: 0px solid grey;
	padding: 1px;
}

/* Card text line background styles */
.treasure { background-color: #E7D68B; }
.victory { background-color: #83C084; }
.curse { background-color: #B7B; }
.action { background-color: #EAE8DA; }
.reaction {
    background-color: lightblue;
    background-image: url('./reaction.png');
    background-position: center;
 }
.attack { background-color: #f99; }
.duration { background-color: #fb8d4e; }
.trevic {
    background-image: url('./treasure-victory.png');
    background-position: center;
    }
.actvic {
    background-image: url('./action-victory.png');
    background-position: center;
}

