
body { 
	color: #ffffff;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color: #000000;
	background-image: url(../images/plnredsplash.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}

div {
}

table {
	border-color: #000000;
	border-style: none;
}

td.menu {
	background-color: #000000;
	color: #ffff00;
	text-align: center;
	width: 20%;
}

td.coinheader {
	background-color: #555555;
	color: white;
	font-size: 12pt;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
	text-indent:  5px;
}
td.coinlist {
	background-color: #999999;
	color: black;
	font-size: 10pt;
	font-style: normal;
	font-family: arial;
	font-weight: normal;
	text-indent:  5px;
}

td.hrcheader {
	background-color: #555555;
        color: orange;
        font-size: 12pt;
        font-style: italic;
	font-family: arial;
	font-weight: bold;
	text-indent:  5px;
}
td.hrclist {
	background-color: #777777;
        color: white;
        font-size: 10pt;
        font-style: normal;
	font-family: arial;
	font-weight: normal;
	text-indent:  5px;
}

a:link {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

a:hover {
	color: #ffff00;
}

a:active {
	color: #ffff00;
}

a{text-decoration:none}


