@media screen {
	.hidescreentext { display: none }
	.hideprinttext{}

		} 

@media print {


a:link     {color: #000000; text-decoration: none; }
a:visited  {color: #000000; text-decoration: none; }
a:active   {color: #000000; text-decoration: none; }



    	.hideprinttext{ display: none } 
	.hidescreentext{}

}



P {page-break-before: always;  }
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

Body { background-color:  "#e7e7e7";
       background-image:  url("../back.gif");
       font-family : times}

table.die_pairings {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.die_pairings th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.die_pairings td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.main {
	border-width: 12px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.main th {
	border-width: 4px;
	padding: 8px;
	border-style: solid;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
table.main td {
	border-width: 4px;
	padding: 8px;
	border-style: solid;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}

table.dies {
	border-width: 4px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.dies th {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.dies td {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.dies caption {
	
	border-width: 0px;
	padding: 2px;
	border-style: solid
	border-color: balck
	background-color: white;
	-moz-border-radius: ;
}


