/* /solutionProduct/styles/solution.css */
/*--------------------------------------------------------------------------
[lonson龙贞自动化 网站] 行业解决方案页 样式表

Site:    http://www.lonson-auto.com
Version: 1.0
Date:    2007/11/25
Author:  assassinice
Email:   assassinice@126.com

Links:   /index.asp

注释关键字列表：  
	TODO   表示某些需要在以后进行修改、修复或复查的样式
	BUG    表示代码或特定浏览器遇到的问题
	KLUDGE 表示不完善的权宜之计
	TRICKY 表示特别复杂的代码段
---------------------------------------------------------------------------*/

/* 清除各种浏览器显示HTML的固有样式 styleSheet 应用区域[ALL] */
@import url(../../styles/undoHtml.css);
/* 网站主框架样式 styleSheet 应用区域[ALL] */
@import url(../../styles/webFrame.css);
/* 网页框架样式 styleSheet 应用区域[ALL] */
@import url(../../styles/pageFrame.css);

	
#article {
	margin:20px;
	width:537px;
	color:#666;		
}

	#articleTitle {
		margin-bottom:20px;
		font-size:20px;
		text-align:center;
	}
	
		#articleTitle a {
			font-size:12px;
			font-weight:normal;
			color:#f30;
			text-decoration:none;
		}
		#articleTitle a:hover {
			text-decoration:underline;
		}
		
	#articleContent {
		line-height:160%;
	}
	
		#articleContent p {
			margin:10px;
		}
		
		#articleContent a {
			color:#f30;
		}
		#articleContent a:hover {
			color:#000;
			text-decoration:none;
		}