﻿/* NoSeeUm.css - Class that makes as much invisible as possible, except the content
/* Started:  September 6 2010																		Comp. Steve Miller
/*																																		*/


.NoSeeUm {
	border-style:			hidden;
	background-color:	transparent;
}

table.NoSeeUm { /* Seperate table entry so 'width' works */
	border-style:			hidden;
	background-color:	transparent;
	width:						90%;
}

.NoSeeUm td {
	font-size:				30px;
	height:						40px;
	font-weight:			bold;
	padding: 					3px 3px 3px 1em;
}

.NoSeeUm td.c { /* class "c" inherits and also centers the text */
	text-align:				center;
}

.NoSeeUm th {
	font-weight: 			bold;
	font-size:				35px;
	height:						45px;
	font-style:				italic;
	color:						black;
}

