﻿/*******主要的CSS**********/
html, body, div,select, fieldset, table, td, th, p, ul,
ol, li, dl, dt, dd, form, fieldset, h1, h2, h3, 
h4, h5, h6, span,
label, a, input, textarea, blockquote, cite{ 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size:14px;
}
a:link, a:active
{
	color: #333366;
	text-decoration: none;
}
a:visited
{  
	color: #333366;
	text-decoration: none;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
form 
{
    margin-top:3px;
    margin-bottom:0px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}