﻿/* CSS Reset */
*
{
	font-family: Arial, Verdana, Sans-Serif;
/*	margin:0;
	padding:0;*/
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td
{
	padding: 0;
    margin: 0;
/*    font-family:Verdana, Sans-Serif;*/
}

body{
	text-align:center;
    line-height:normal ;
}

.programming{
	width:690px;
	/*左右margin自動調整,便可使版面置中,適用於IE及FireFox*/
	margin: 0px auto;
}

.programmingdesc{
	text-align:left;
}

p
{
/*    font-family:Verdana, Sans-Serif;*/
	padding: 0;
    margin: 0;
    line-height:1.7em;
/*    font-size:14px;*/
}

table
{
	border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-weight: normal;
    font-style: normal;
}

ol,ul
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

/*h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
    font-size: 100%;
}*/

q:before,q:after
{
	content:'';
}

abbr,acronym
{
	border: 0;
}
/* CSS Reset end */

/*body
{    
    margin-top : 0 ;
    margin-left : 0 ;
    margin-right : 0 ;
    margin-bottom : 0 ;
    font : 14pt ;
    color : #000000 ;
    letter-spacing : 0px ; 
    font-style : normal ; 
    font-weight : bold ;
    font-family : Arial; 
    line-height:normal ;
}*/

/*.programming
{
	margin-top:10px;
	width:690px;
	height:auto;
	text-align:center;
}*/

/*.programmingdesc
{
	margin:1em 0;
	width:690px;
	height:auto;
	text-align:left;
	color:#6D6E71;
}*/

.inputl
{
	float:left;
	margin:0 1em;
	width:358px;
	height:auto;
	text-align:left;
	line-height:2em;
}

.inputr
{
	float:left;
	margin:0 1em;
	width:268px;
	height:auto;
	text-align:left;
	line-height:2em;
}

.ulstyle7
{
	margin:0 0 0 2em;
	font-size:14px;
	list-style-type:disc;
}

a:link 
{
	text-decoration: none;
	color: #000000;
	font-size : 14px ;
	letter-spacing : 0px ; 
	font-style : normal ; 
	font-weight : bold ; 
	font-family : Arial ;  
	line-height : normal ;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-size : 14px ;
	letter-spacing : 0px ; 
	font-style : normal ; 
	font-weight : bold ; 
	font-family : Arial ;  
	line-height : normal ;
}

a:hover 
{
	color: #000000;	
	text-decoration: none;
	font-size : 14px ;
	letter-spacing : 0px ; 
	font-style : normal ; 
	font-weight : bold ; 
	font-family : Arial ;  
	line-height : normal ;	
}	

a:active
{
    COLOR: #000000;
    TEXT-DECORATION: none;
    font-size : 14px;
	letter-spacing : 0px ; 
	font-style : normal ; 
	font-weight : bold ; 
	font-family : Arial ;  
	line-height : normal ;
}


