
<!-- FOR NAVIGATION MENU IN EVERY PAGE --> 
a.nav:link { color: black; text-decoration: none; font-family:"Verdana"; font-size:12pt; font-weight:normal }
a.nav:active { color: red; text-decoration: none; font-family:"Verdana"; font-size:12pt; font-weight:normal }
a.nav:visited { color: black; text-decoration: none; font-family:"Verdana"; font-size:12pt; font-weight:normal }
a.nav:hover { color: blue; text-decoration: underline; font-family:"Verdana"; font-size:12pt; font-weight:normal }

<!-- FOR MOST LINKS -->
a.norm:link { color: blue; text-decoration: underline; font-family: "Arial" }
a.norm:active { color: red; text-decoration: none; font-family: "Arial" }
a.norm:visited { color: blue; text-decoration: underline; font-family: "Arial" }
a.norm:hover { color: navy; text-decoration: underline; font-family: "Arial" }

<!--FOR ABOUT TAIWAN NAV MENU -->
a.tai:link {font-family: "Georgia"; font-weight:bold; color: "#009900"; text-decoration: underline }
a.tai:active {font-family: "Georgia"; font-weight:bold; color: "#009900" text-decoration: none }
a.tai:visited {font-family: "Georgia"; font-weight:bold; {color: "#009900"; text-decoration: underline }
a.tai:hover { font-family: "Georgia"; font-weight:bold; color: "#006363"; text-decoration: underline }

<!--FOR ABOUT TAIWAN IMAGE POSITION-->
img.nav {position:absolute; left:34; top:162}

<!--FOR BIGGEST HEADINGS -->
h1 {size:+3; font-weight:bold; font-family: "Verdana"}

p {size:+1; font-weight:normal; font-family: "Arial"}

h3 {font-size:8pt; font-weight:normal; font-family: "Arial"; color: "C0C0C0"; text-align="right"}


h5 {font-size:12pt; font-weight:normal; font-family: "Arial"; text-align: center; font-style:italic}

<!--FOR SECOND BIGGEST HEADINGS -->
h2 {size:+2; font-weight:bold; font-family: "Verdana"}

<!-- FOR ABOUT TAIWNA NAV -->
p.tainav {font-size:13pt; font-family: "georgia"; font-color="#009900"; text-align: center}

<!--FOR CAPTIONS IN ABOUT TAIWAN -->
h4.captions {size:-1; font-style: "italic"; font-family: "Arial"; text-align: center}

<!--FOR CALENDAR LINKS IN CALENDAR PAGE -->
a.calendar:link { color: red; text-decoration: underline; font-family:"Arial"; font-size:12pt; font-weight:bold; italic }
a.calendar:active { color: red; text-decoration: underline; font-family:"Arial"; font-size:12pt; font-weight:normal }
a.calendar:visited { color: red; text-decoration: underline; font-family:"Arial"; font-size:12pt; font-weight:bold; italic }
a.calendar:hover { color: magenta; text-decoration: underline; font-
family:"Arial"; font-size:12pt; font-weight:bold; italic }






