body {
    background: #f9f9f9;
}

table {
    border: none;
    margin-left: auto;


    margin-right: auto;
}

td {
    border: 1px solid #ccc;
    padding: 2px;
    background-color: #f1f1f1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

th { 
    color: #80c342;
    border: none;
}

#logo {
	position:fixed;
	right: 0px;
	bottom: 0px;
	z-index: -1
}

h1 {
    color: #80c342;
}
