p {
	font-family: Lucida Sans Unicode;
	font-size: 12pt;
	color: rgba(0, 0, 0, 1);
}

head {
	 <meta name="theme-color" content="#FFA500">
}

h1 {
	font-family: "Lucida Handwriting";
	font-size: 16pt;
	color: #ff6666;
	text-align: center;
}

h2 {
	font-family: "Microsoft YaHei UI";
}

body {
	background-image: url("background.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size:cover;
	background-color: #cccccc;
}

#box {
	border-style: ridge;
	border-color: #cccccc;
	border-width: 10px;
	width: 200px;
	text-align: center;
}

* {
	margin: auto;
	position: relative;
}

div ul {

}

li a {
	display: block;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

.centered {
	text-align: center;
}

#name {
	font-size: 12px;
	position: fixed;
	bottom: 0;
	left: 1px;
	color: #33cc33;
}

.navigation {
	margin:auto;
	text-align: center;
	width:200px;
	display:block;
	list-style-type: none;
	padding: 0;
	background-color: rgba(255, 153, 51, 0.5);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s; 
	transition:.5s;
}

a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s; 
	transition:.5s;
}


.hoveryellow:hover a {
	color: #ffcc00;
	outline: #ffcc00 dotted thick;
	font-size: 115%;
}

.hoverblue:hover a {
	color: #0099ff;
	outline: #0099ff dotted thick;
	font-size: 115%;
}

.hovergreen:hover a {
	color: #33cc33;
	outline: #33cc33 dotted thick;
	font-size: 115%;
}

.hoverred:hover a {
	color: #cc0000;
}

table, td, th {
	 border: 1px solid gray;
}

.bluetable:hover {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	border-color: rgba(51, 204, 255, 0.5);
}

#steam {
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.clock {
	color: #60a848;
	border-style: ridge;
	border-color: #387bb2;
	border-width: 10px;
	width: 100px;
	text-align: center;
	text-decoration: underline;
	font-size:24px;
	font-family: "Times New Roman", Georgia, Serif;
	padding: 5px;
	background-image: url('https://cdn.tutsplus.com/active/uploads/legacy/tuts/170_iPhonePort/6.jpg');
}

.changingcolor {
	text-align: center;
	font-size: 48px;
}