﻿/*
创建时间：2006.7.26
作　　者：dada
內容说明：Common Style
开发历史：
================================== */

a:link          {color: #333; text-decoration: none}
a:visited       {color: #333; text-decoration: none}
a:active        {color: #c5c5c5; text-decoration: none}
a:hover         {color: #c5c5c5; text-decoration: none}

html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: dotted 0px red;
}

h1, h2, h3, h4, h5, h6, h7
{
    margin: 0px;
    padding: 0px;
}

div
{
	margin: 0px;
	padding: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
    height: auto !important;
    height: 24px;
	min-height: 24px;
    line-height: 24px;
    overflow: hidden !important;
    overflow: visible;
}

li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	table-layout: fixed;
}

dl
{
    margin: 0px;
	padding: 0px;
}

dt
{
    margin: 0px;
	padding: 0px;
}

dd
{
    margin: 0px;
	padding: 0px;
}