﻿/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	font-size:12px;
	background-color:#fff;
	color:#333;
	font-family:"Arial"; 
}
p{
	line-height:150%;
}
.message{
	margin:50px auto auto auto;
}
#think_page_trace{
	display:none;
}
.think_run_time{
	display:none;
}
img{
	border:0;
}
li{
	list-style:none;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:orange;
	text-decoration:underline;
}
