body { 
        background-color: #ffffff;
}

/* General font families for common tags */
p {	font : normal 11px Verdana;
	line-height : 24px;
     color: #0000CD;}
p.menu {
	font : bold 11px Verdana;
	color:#000099;
	line-height : normal;
	margin-top : 2px;
}
ul{
	margin-left: 10px;
	font : bold 10px Verdana;
	color:#000099;
	line-height : normal;
}
li {
	font : bold 10px Verdana;
	color:#000099;
	line-height : normal;
	margin : 0px;
}

h1 {
	font-family: "Verdana", "新細明體", "細明體", "Arial", "Helvetica", "sans-serif";
	font-size: 26px;
	line-height: 24px;
	color: #3300cc;
	margin-bottom : 2px;
	margin-top : 10px;
	letter-spacing : 2px;
	font-weight : bold;
}
.abig {
	font-family: "Verdana", "新細明體", "細明體", "Arial", "Helvetica", "sans-serif";
	font-size: 26px;
	line-height: 35px;
	color: #3300cc;
	font-weight : bold;
}


h2 {	font : normal 15px Verdana;
     color:#000099;}
	 
th,td{ font : normal 10px Verdana;
        color:#000099;}
a:link,a:active {
	color : #0000CD;
	line-height : 24px;
	font : normal 11px Verdana;
	text-decoration : underline;
}
a:visited {
	color : #0000CD;
	font : normal 11px Verdana;
	text-decoration : none;
}
a:hover                {
	text-decoration: none;
	color : #990000;
	background-color : #FFFFC1;
}
hr   {
	height: 0px;
	border: 0px dotted #ffeace;
	border-top-width: 0px;
}

/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline        { background-color: #FFFFFF; border: 0px #02537E solid; }


/* Header cells - the blue and silver gradient backgrounds */
th        {
	color: #0000cc;
	font-size: 11px;
	font-weight : bold;
	background-color: #FFF5EE;
	height: 20px;
	border : thin Blue;
}
/* The text input fields background colour */
input.post, textarea.post, select {
        color : #000000;
        background-color : #FFFFFF;
        font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #EFEFEF;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
