*{
	margin:0;
	padding:0;
}


html {
    background-color: #e6e9e9;
    background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 600px;
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8; 
}

table{
    align: "left";
    valign: "top";
    cellpadding: "5";
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    -webkit-animation: colorize 1s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 1s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
}

@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}

header{
    font-size: 170%;
    text-decoration:none;
    font-weight: bold;
    line-height: 1.5em;
}

header a, header a:link {
    color:inherit;
    text-decoration:none;
}

#white {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#blue {
    color: blue;
   /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

#red, #red a, #red a:link {
    color: red;
  /*  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
    

footer{
    color: #c0c0c0;
    font-size: 75%;
    text-decoration:none;
}

footer a:hover, footer:hover, footer:hover a, footer:hover span, footer:hover img{
    color: #545454;
    opacity: 1;
}

footer a, footer a:link {
    color: #c0c0c0;
    text-decoration:none;
}

footer img {
    opacity: 0.5;
}

#container{
	width:600px;
	height:394px;
	position:relative;
}


#container ul{
	width:600px;
	height:394px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}

