@charset "UTF-8";
/* CSS Document */

body {

    background-color: #630;

    color: #222;

    font-family: Helvetica;

    font-size: 14px;

    margin: 0;

    padding: 0;

}

#header {
	 background-color: #630;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#630), to(#FF6));

    border-color: #666;

    border-style: solid;

    border-width: 0 0 1px 0;

}

#header h1 {

    color: #FFC;

    font-size: 20px;

    font-weight: bold;

    margin: 0 auto;

    padding: 10px 0;

    text-align: center;

    text-shadow: 0px 2px 0px #000;

}

ul {

    list-style: none;

    margin: 10px;

    padding: 0;

}

ul li a {

    background-color: #630;

    border: 1px solid #999;

    color: #FFC;

    display: block;

    font-size: 17px;

    font-weight: bold;

    margin-bottom: -1px;

    padding: 12px 10px;

    text-decoration: none;
	
	text-shadow: 0px 2px 0px #000;

}

ul li:first-child a {

    -webkit-border-top-left-radius: 8px;

    -webkit-border-top-right-radius: 8px;

}

ul li:last-child a {

    -webkit-border-bottom-left-radius: 8px;

    -webkit-border-bottom-right-radius: 8px;

}

ul li a:active,ul li a:hover {

    background-color:blue;

    color:white;

}

#content {

    padding: 10px;

    text-shadow: 0px 1px 0px #000;

}

#content a {

    color: blue;

}

#footer {

    color: #FFC;

    font-size: 14px;

    font-weight: bold;

    margin: 0 auto;

    padding: 10px 0;

    text-align: center;

    text-shadow: 0px 1px 0px #000;

}

p {
	color: #FFC;

    font-size: 14px;

    text-shadow: 0px 2px 0px #000;

}

a:link
{ 
color:#00F;


    text-shadow: 0px 0px 0px #000;

}