body { font-family: sans-serif; font-size: large; } .smalltext { font-size: small; } td input { box-sizing: border-box; display: block; width: 100%; } tr.style1 { background-color: #aaaaff; } tr.style2 { background-color: #8888ff; } a:link { color: black; } a:visited { color: black; } a:hover { color: red; } a:active { color: red; } /* vim: sw=4 ts=4 */