/* 
 *
 *  I'm not a web dev I got better things to do
 *
 */ 

 body,html {
                background: #ffd;
                font-family: "Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;
            }

            #list tr:nth-child(even) {
                background: #ede2d5;
            }

	    #list tr {
                background-color: #ffd;
	    }
	    #link , td {
		    color: blue;
	    }

            #list td.date  {
		    color: maroon;
	    }

            #list td.size  {
		    color: green;
	    }
	    
            #list th {
                text-align: left;
                font-weight: bold;
                /*background: #eee;*/
                /*border-bottom: 1px solid #aaa;*/
		background: #ea9;
		color: maroon;
            }

            #list {
                border: 1px solid; /*#aaa;*/
                width: 100%;
            }

	    tbody a {
		    color: blue;
	    }

            a:hover {
                color: #e33;
            }

	    h1 {
		    color: maroon;
	    }

