@font-face {
    font-family: custom;
    src: url(taowen.ttf);
    font-stretch: ultra-expanded;
}

BODY	{
	background-color: white;
	margin: 0;
	padding: 0;
	}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #010326; 
	font: 12px arial, verdana, sans-serif; 
	font-weight: bold;
	}

a:link	{
	color: #72CEF2;
	text-decoration: none;
	}

a:visited	{
	color: #72CEF2;
	text-decoration: none;
	}

a:hover	{
	color: #999999;
	text-decoration: none;
	}

.title	{
	color: #68BFEC;
        font-family: custom;
	font-weight: bold; 
        font-size: 300%;
	}

.title2	{
	color: #666666;
	font-family: custom;
	font-size: 150%; 
	}

.footer	{ 
	color: #999999; 
	font: 10px arial, verdana, sans-serif; 
	font-weight: bold; 
	}

