BODY
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	list-style-position: outside;
	font-family: Arial;
	list-style-type: disc;
	color: black;
}

A
{
	color:  Maroon;
}

A:hover
{
	color:  Orange	;
	text-decoration: underline;
}

caption
{
    border: solid 2px black;
    background-color: #FF9933;
    color: #FF0000;
    font: 24px 標楷體, Arial;
}

.NormalBold
{
    font-family: 新細明體,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}


/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:20px;
}

#leftnav 
{
	float:left;
	width:150px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:150px;
	margin-right:5px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
	
	
}

