table.three {
	    width: 100%;
      	    border-style: none;
}

table.three td { 
	    width: 33%; 
	    text-align: center;
      	    font-weight: bold;
      	    padding: 10px 15px 10px 15px;
}

/* Simulated <a> tag with a <span> */
span.link {
    color: #006699;
    text-decoration : none;
    cursor: pointer;
}
span.link:hover {
    text-decoration: underline;
}

/* Simulated <a> tag with a <span>, without underlining */
span.link_no_ul {
    color: #006699;
    text-decoration : none;
    cursor: pointer;
}

/* Of <a> tag without underlining */
a.no_ul {
    text-decoration : none;
}

span.missing {
    color: #00AAAA;
}

