﻿a:link {color: black}	/* 未访问的链接 */
a:visited {color: purple}	/* 已访问的链接 */
a:hover {color: #FF6600}	/* 鼠标移动到链接上 */
a:active {color: #0000FF}	/* 选定的链接 */

.title {
    text-align:center;
    font-size:48px;
    color:white;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background-color: #008EB7 !important;
}

.area {
    font-size:24px;
}

.siteText {
    font-size:16px;
}