body {
	text-align: left;
	width: 60%;
	font: small/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url("http://www.santacruzbridge.org/images/cardsBackground.jpg");
     padding: 0 1em;	
	}
.alert {
     color:red; 
     font-weight:bold; 
     font-size: 110%;
     }	
.blue {
     color: blue;
     }
.bold {
     font-weight: bold;
     }
.input {
     background-color: white;
     }
.memberTable {
     border: 3px ridge blue;
     border-spacing: 10px;
     border-collapse: collapse;
     }
.memberTable td {
     border: thin dotted blue;
     padding: 5px;
     }     
.memberTable th {
     background-color: khaki;
     padding: 5px;     
     }
.no-linkline {
	border: 0;
	}
.smblue {
     color: blue;
     font-size: 80%;
     }

.smbold {
     font-weight: bold;
     font-size: 90%;
     }

.smbold_r {
     color: red;
     font-weight: bold;
     font-size: 90%;
     }

#instruct {
     color: navy;
     width: 60%;
     }
#memberTableHead {
     border-bottom: 3px ridge blue;
     padding: 5px;
     text-align: center;     
     }               
#shaded {
     background-color: lightgrey;
     }     	

