label.reader {
	text-decoration: underline
}

table.sample {
        border-width: 2px;
        border-spacing: ;
        border-style: outset;
        border-color: white;
        border-collapse: separate;
}
table.sample th {
        border-width: 1px;
        padding: 1px;
        border-style: none;
        border-color: gray;
        -moz-border-radius: ;
        font-family:"Letter Gothic", monospace;
        font-size:1em;
        font-weight: bold;
}
table.sample td {
        border-width: 1px;
        padding: 1px;
        border-style: none;
        border-color: gray;
        -moz-border-radius: ;
        font-family:"Letter Gothic", monospace;
        font-size:1em;
        font-weight: bold;
} 

input.sample {
        font-family:"Letter Gothic", monospace;
        font-size:1em;
        font-weight: bold;
	background-color: #0000f0; 
	color: white;
	font-style: italic;
}

input.labme {
        font-family:"Letter Gothic", monospace;
        font-size:1em;
        font-weight: bold;
	background-color: #0000f0; 
	color: white;
	border: #0000f0;
} 
        
input.fred {
        font-family:"Letter Gothic", monospace;
        font-size:1em;
        font-weight: bold;
	background-color: #0000f1; 
	color: white;
	font-style: italic;
}

label.weekly {
        font-family:"Letter Gothic", monospace;
        font-size:12px;
}
table.weekly th {
        font-family:"Letter Gothic", monospace;
        font-size:12px;
        font-weight: bold;
}

..dashes {
	border-top: 3px dashed #AAAAAA;
	margin-top: 5px;
	}

table.A td {
	background-color: #0000e0; 
	color: white;
} 
table.B td {
	background-color: #ffffff; 
	color: black;
} 
body.games {
      font-family:"Arial", monospace;
      font-size:.75em;
} 

h1.urgent {
	background-color: #FF0000;
	color: white;
	font-weight: bold;
}
~
