	/* This redefines the "small" attribute for playing-cards */
small			{ font-family: MS Sans Serif; font-weight: bold; white-space: nowrap }
	/* This is for those cribbage play diagrams */
.Play			{ font-family: MS Sans Serif; font-size: .67em; white-space: nowrap }
	/* This suppresses wrapping for the selected text */
.NoWrap		{ white-space: nowrap }
	/* This style turns underlining back on for hyperlinks in the Cribbage Forum home page */
.NoUnderline	{ text-decoration: none }

	/* These styles are for the discarding tables */
.Tavg			{ text-align: Center; font-size: .83em; border-width: 1px; border-style: solid; border-color: #C0C0C0 }
.Tcross		{ text-align: Center; font-size: .83em; background-color: #808000; color: #EBE8B3; 
               border-width: 1px; border-style: solid; border-color: #C0C0C0 }
.Ttop			{ text-align: Center; font-family: MS Sans Serif; font-size: .83em; background-color: #C0C0C0; font-weight: 
               bold; border-left: 1px solid #EBE8B3; border-right: 1px solid #EBE8B3 }
.Ttopleft		{ text-align: Center; font-family: MS Sans Serif; font-size: .83em; background-color: #C0C0C0; font-weight: 
               bold; border-right: 1px solid #EBE8B3 }
.Ttopright		{ text-align: Center; font-family: MS Sans Serif; font-size: .83em; background-color: #C0C0C0; font-weight: 
               bold; border-left: 1px solid #EBE8B3 }
.Tleft			{ text-align: Center; font-family: MS Sans Serif; font-size: .83em; background-color: #C0C0C0; font-weight: 
               bold; border-top: 1px solid #EBE8B3; border-left: 1px solid #EBE8B3; border-bottom: 1px solid #EBE8B3 }
.Tright		{ text-align: Center; font-size: .83em; border-left: 1px solid #C0C0C0; border-right:
				 2px solid #C0C0C0; border-top: 1px solid #C0C0C0; border-bottom: 1px solid #C0C0C0 }
.Tbottom		{ text-align: Center; font-size: .83em; border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; border-right:
				 1px solid #C0C0C0; border-bottom: 2px solid #C0C0C0 }
.Tbottomleft	{ text-align: Center; font-family: MS Sans Serif; font-size: .83em; background-color: #C0C0C0; font-weight: 
               bold; border-top: 1px solid #EBE8B3; border-left: 1px solid #EBE8B3; border-bottom: 2px solid #C0C0C0 }
.Tbottomright	{ text-align: Center; font-size: .83em; background-color: #808000; color: #EBE8B3; 
               border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; border-right: 2px solid #C0C0C0; border-bottom: 2px solid #C0C0C0 }

/* See http://style.metrius.com/font_size/points/font_wars.gif to see why I specify things in em and
px units, and not in points */