/* Mint Style (Coins index stylesheet) */

body {
	background-image: url(coins.png);
}

#CoinIndex {
	margin: auto;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#CoinIndex td {
	text-align: center;
	font-size: 20px;
	border: solid black 1px; 
}

#CoinIndex td img {
	height: 128px;
	width: 128px;
}

#CoinIndex .coin{
	height: 200px;
	width: 200px;
}

#CoinIndex .cost{
	height: 70px;
}
#CoinIndex td a {
	text-decoration: none;
	color: black;
}

#CoinIndex td a:hover {
	color: blue;
	text-decoration: underline;
	font-size: 28px;
}

#CoinIndex img:hover {
	width: 195px;
	height: 195px;
}

#CoinIndex h2 a {
	text-decoration: none;
	color: red;
}

#CoinIndex h2 a:hover {
	text-decoration: underline;
	color: green;
}

#CoinIndex h2 a:visited {
	text-decoration: none;
	color: blue;
}