A:link { font-size: 1.0em; color: #0B07AA; background-color: transparent; }
A:visited { font-size: 1.0em; color: #0B07AA; background-color: transparent; }
A:active { font-size: 1.0em; color: green; background-color: transparent; }
A:hover { font-size: 1.0em; color: #D40106; background-color: transparent; } 

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

{  }
{  }
{  }
#blankbg {background-image: url('images/spacer.gif'); background-repeat: no-repeat}

td {font-family: verdana, geneva, sans-serif; font-size: .8em}

.white78 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .7em; color: #ffffff}
.white8 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .8em; color: #ffffff}

.black8 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .8em; line-height: 120%; color: #000000}
.blackb8 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .8em; line-height: 120%; font-weight: bold; color: #000000}
.black10 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .9em; line-height: 120%; color: #000000}
.blackb10 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .9em; line-height: 120%; font-weight: bold; color: #000000}
.black12 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: 1.1em; line-height: 120%; color: #000000}
.blackb12 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: 1.1em; line-height: 120%; font-weight: bold; color: #000000}

.purple78 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .7em; color: #840B9E}
.purple8 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .8em; line-height: 120%; color: #840B9E}
.purple10 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .9em; line-height: 120%; color: #840B9E}
.purpleb10 {font-family: verdana, geneva, PMingLiU, SimSun, sans-serif; font-size: .9em; line-height: 120%; font-weight: bold; color: #840B9E}

.grey78 {font-family: arial, geneva, PMingLiU, SimSun, sans-serif; font-size: .7em; color: #575757}
.grey8 {font-family: Georgia, arial, PMingLiU, SimSun, geneva, sans-serif; font-size: .8em; line-height: 120%; color: #575757}
.greyb8 {font-family: Georgia, arial, PMingLiU, SimSun, geneva, sans-serif; font-size: .8em; line-height: 120%; font-weight: bold; color: #575757}
.grey10 {font-family: Georgia, arial, PMingLiU, SimSun, geneva, sans-serif; font-size: .9em; line-height: 120%; color: #575757}
.greyb10 {font-family: Georgia, arial, PMingLiU, SimSun, geneva, sans-serif; font-size: .9em; line-height: 120%; font-weight: bold; color: #575757}
.grey12 {font-family: Georgia, arial, PMingLiU, SimSun, geneva, sans-serif; font-size: 1.1em; line-height: 120%; color: #575757}

body {
     color: #575757;
     font: 125%/150%;
     background: url('images/backgroundBar.jpg') repeat-y; 
	}