* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF;
	color:#000000;
	font-family: Helvetica;
	margin:0;
	padding:0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

h1,h2,h3 {font-size:100%;}

h1,h2,h3 {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#000;
	border-top:1px solid #000;
	background:#FFF;
}

h1 {
	padding:5px;
	text-align:left;
}

header,article,footer,aside,time,nav { display: block; }

article {
	padding-top:5px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}

article div {
	text-align:center;
}

article p {
	display:block;
	padding:5px;
	font-size:14px;
	border-top:1px solid #696969;
	background:#000;
	color:#FFF;
}

ul {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background:#000;
}

nav {
	padding: 0px 5px 5px 5px;
	margin: -5px 0px 0px 0px;
	background:#000;
}

ul li {
	list-style:none;
}

ul li a {
	font-family:Verdana, arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	padding:0.3em 0.3em;
	margin:0px 5px 5px 5px;
	display:block;
	font-size:smaller;

	background: #ff0084; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0084 0%, #b5005d 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(99%,#b5005d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0084 0%,#b5005d 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0084 0%,#b5005d 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0084 0%,#b5005d 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0084 0%,#b5005d 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#b5005d',GradientType=0 ); /* IE6-9 */

	border-radius: 5px;        /* CSS3‘ˆÄ */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */
	-moz-border-radius: 5px;   /* Firefox—p */
}

nav a {
	font-family:Verdana, arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:0.3em 0.3em;
	margin:0px 5px 5px 5px;
	display:block;
	font-size:smaller;

	background: #00bbf4; /* Old browsers */
	background: -moz-linear-gradient(top,  #00bbf4 0%, #0c84af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bbf4), color-stop(100%,#0c84af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bbf4 0%,#0c84af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bbf4 0%,#0c84af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00bbf4 0%,#0c84af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00bbf4 0%,#0c84af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf4', endColorstr='#0c84af',GradientType=0 ); /* IE6-9 */

	border-radius: 5px;        /* CSS3‘ˆÄ */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */
	-moz-border-radius: 5px;   /* Firefox—p */
}

ul li a:active {
	background:#CC0033;
}

nav a:active {
	background:#21b4e2;
}

footer {
	color:#FFF;
	background:#000;
}

footer p {
	text-align:center;
	font-size:smaller;
	padding:5px;
}

footer p a {
	text-decoration:none;
	color:#FFF;
}

img {border:0;}
