body {
    background-color: #ccc;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
#container {
    background-color: #eee;
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
	border: 1px solid #999;
}
#header {
    background-color: #ccc;
    background-image: linear-gradient(to left top, #ccc, #999);
    border-color: #666;
    border-style: solid;
    border-width: 0 0 1px 0;
}
#header h1 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0px 1px 1px #fff;
}
ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
ul li a, .inf {
    background-color: #FFF;
    border: 1px solid #999;
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
	position: relative;
}
ul li:first-child a, ul li:first-child .inf {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul li:last-child a, ul li:last-child .inf {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
ul li a:hover {
    background-color:#eee;
 /*   color:white;  */
}
ul li a:active {
    background-color:black;
    color:white;
}
a:hover.outputActive0 {
    color:#555;
}
a.outputActive0 {
    background-color:#efefef;
 /*   color:white;*/
}
a:hover.outputActive1 {
    background-color:red;
    color:black;
}
a.outputActive1 {
    background-color:red;
    color:white;
}
a:hover.outputActive2 {
    background-color:#eee;
 /*   color:white; */
}

a:hover.outputActive3 {
    background-color:#A0522D; 
    color:white;
}
a.outputActive3 {
    background-color:brown;
    color:white;
}

#content {
    padding: 10px;
    text-shadow: 0px 1px 1px #fff;
}
#content a {
    color: blue;
}
.date {
	font-family: Times New Roman,Arial Narrow,Arial;
    font-size:10px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.timer {
	font-family: Arial, Times New Roman,Arial Narrow,Arial;
    font-size:14px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 15px;
}
