02 | font-family : "Trebuchet MS" , Verdana , sans-serif ; |
05 | background- size : cover; |
06 | background-repeat : no-repeat ; |
15 | background-color : #ffffff ; |
16 | border-radius: 0 0 5px 5px ; |
20 | font-family : Georgia, serif ; |
21 | border-bottom : 3px solid #cc9900 ; |
31 | border : 1px solid black ; |
32 | border-collapse : collapse ; |
40 | table tr:nth-child(odd) { |
41 | background-color : mintcream; |
44 | table tr:nth-child(even) { |
45 | background-color : #ffffff ; |
59 | background-color : #ffffff ; |
61 | text-decoration : none ; |
63 | border-radius: 4px 4px 0 0 ; |
68 | background-color : black ; |
|