﻿@charset "utf-8";

/************************************
	the Academy of Arts & Design, 
	Tsinghua University
	edit by reflux 2010.12.18
************************************/

/* initialization */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,figcaption,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tf,th {
	/* border: 0px;*/
	padding: 0px; 
	font-size: 100%; 	
	-webkit-text-size-adjust:none;
	margin: 0px; 
	font-family: inherit; 
}


body {
	background-color: #FFFFFF;
	color: #555;
	line-height: 18px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

input,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border: 0px;
	vertical-align:bottom;
}

a, a:link {
	text-decoration: none;
	/*color:#039;*/
}

a:hover
{
	text-decoration:none;
}

ul, li {
	list-style-type:none;
}
.clear {
	clear:both; 
	overflow:hidden;
	height:0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rednew
{
	color:#F00;
}
