@charset "utf-8";

body {
	color: #ffff00;
    background-color: #000000;
    text-align: center;
	font-size: 36px;
}

a:link {
	/* 正常链接 */
    color: red;
    font-size: 24px;
    /* text-decoration: none; */ /* Remove underline from links */
}

a:visited {
    /* 访问过的链接 */
    color: #FFB500;
}

a:hover {
	/* 鼠标悬念链接 */
    color: yellow; /* Change link color on hover */
}

a:active {
	/* 鼠标点击 */
	color: blue;
}

p {
    color: yellow;
    font-size: 16px;
}

span {
	color: yellow;
	font-size: 16px;
	text-indent:2em;
}

button {
	width: 200px;
	color: blue;
	font-size: 18px;
}

h1 {
    color: white;
    font-size: 24px;
}

h2 {
	color: green;
	font-size: 24px;
}

h3 {
	color: red;
	font-size: 24px;
}

div1 {
	color: yellow;
	font-size: 16px;
	text-align: center;
}

div3 {
	color: red;
	font-size: 16px;
	text-align: center;
}
div2 {
	color: green;
	font-size: 16px;
	text-align: center;
}
