﻿/* Style For Header 1 */
h1
{	
	font-size: 20px;	   
	color: #00ff00;
	font-family:Times New Roman;
}

/* Style For Header 2 */
h2, .detail thead tr td
{
	font-size: 16px;
	color: #a21d19;
	font-family:Times New Roman;
	font-weight:bold;
}

/* Style For Footer = "Designed by Cookie wong" */
.footer
{
  font-size:10px;
  font-family:Arial;
  text-align:right;
  color:Gray; 	
}


/* Style For General Content */
li, p, .detail td
{
 color: #222222;
 font-size: 12px;
 font-family: Arial;		
 text-align:left;
}

/* Style For Top-right Menu*/
.menu
{
  font-size: 14px;
  text-align: right;		
  font-family:Arial;
  font-weight:bold;  
}

/* Style For Top-right Menu, mouseOut */
.menu a:link, .menu a:visited
{
  color: #0000c1;	
  text-decoration: underline;
}

/* Style For Top-right Menu, mouseOver */
.menu  a:hover,.menu a:active
{
  color: red;	
  text-decoration: none;
}


/* Style For Top-right Menu, mouseOut */
mainContent a:link, .mainContent a:visited
{
  color: #0000c1;	
  text-decoration: underline;
}

/* Style For General hyperlink, mouseOver */
.mainContent  a:hover,.mainContent a:active
{
  color: red;	
  text-decoration: none;  
}





/* ------------------------------------------------------------------------- */
/* others */
body
{
	 margin: 20px 0 0 0;
	 background-color: #eeeeee;	 
}

.mainCol
{
	 background-color: #6600FF;
	 width:800px;
}

.mainContent
{
 margin: 0 30px 0 30px;	
 font-family:Arial; 
}

.detail td
{
  padding:  5px  10px 5px 0px ;	
}

/* ------------------------------------------------------------------------- */
/* hyperlink */

.mainContent a:link, .mainContent a:visited
{
	color: #FFFF00;
	text-decoration: underline;
}
.mainContent a:hover, .mainContent a:active
{
	color: red;
	text-decoration: none;
}
