.special { color : green; border: solid red}
#std0 {color : black;}
#std1 {color : lime;}

/*
table {
    border-collapse: collapse;
    border: 1px solid black;
    width: 400px;
}

th, td {
    border-bottom: 1px solid #ddd;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}
*/
#grad1 {
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(blue, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(blue, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(blue, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(blue, yellow); /* Standard syntax (must be last) */
}
