﻿@charset "utf-8";
/*--------------------------------------------
Basic Style Sheet (for version 4 browsers)

version:  1.1
author:   felix ten
email:    felix.ten@gmail.com
website:  http://felix.mcpower.cn/
editdate: 03/24/2007

此CSS由Felix编写Felix mail:felix.ten(at)gmail.com
--------------------------------------------*/

@import url(typography.css); /*细节*/
@import url(layout.css);     /*整体*/

* {
	padding:0;
	margin:0;
	}


body {
	background-color:#fff;
	color:#122335;
	font-family:Tahoma, Verdana, Arial, "宋体", Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	}
	
img {
	border:none;
	}
	
a {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

input {
	margin:0;
	padding:0;
	border:none;
	height:19px;
	line-height:18px;
	}
	
ul {
	list-style-type:none;
	}
	