@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,600);
body, html { background: Lightgray; margin:0; }
html { font: 14px/1.4 Raleway, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; }
pre.header { font-weight: 200; font-size: 36px; margin: 20px 35px; color: green; }
h2 { font-weight: 200; font-size: 32px; margin: 20px 35px; color: green;}
div.list { background: white; padding: 20px 15px; }
div.foot { color: DarkGreen; margin-top: 10px; padding: 20px 35px; }
td { padding: 0 20px; line-height: 21px; }
tr:hover { background: lightgreen; }
a, a:active{ color: green; }
a:visited { color: limegreen; }
a:hover, a:focus { text-decoration: underline; color: red; }

