/****************************************************************************
 * Author		: Lei shimin												*
 * Mail			: leishimin@gmail.com										*
 * Description	: global page theme											*
 * Create		: 2006.08.08												*
 ***************************************************************************/
 
@import url("layout.css");
@import url("page.css");

a:link 			{ text-decoration: underline; color: #09c; }
a:visited 		{ text-decoration: underline; color: #09c; }
a:hover			{ text-decoration: underline; color: #f63; }
a:active		{ text-decoration: underline; color: #09c; }

body{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:150%;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}
div#master{ width:779px; text-align:left;}
table,td,div,p,select{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:150%;
}
select { }
img{ border:0; }
img.txt{ margin:0 10px 5px 0;}
form{ margin:0; padding:0;}
p{ margin:10px 0;}
hr{ height:1px; border:1px solid #ccc;}
