A.major { 
 font-family: Arial; 
 font-weight: bold; 
 font-size: 10pt;
 text-decoration: none;
 color: navy; } 

A.major:hover  { 
 text-decoration: underline; 
 color: skyblue; }

A.minor
{
 font-family: Arial; 
 font-weight: normal; 
 font-size: 10pt;
 text-decoration: none;
 color: navy; } 

A.minor:hover  { 
 text-decoration: underline; 
 color: navy; }

A.CopyRighted
{
 font-family: Arial; 
 font-weight: normal; 
 font-size: 8pt;
 text-decoration: underline;
 color: #CCCCCC; } 
