/* Wheat Quality Research Stylesheet Additions */
/* Works with NS4.0, NS6, IE4.0, IE5, IE6, Gecko */
/* Author: Ronald Chan rc(at)pw.usda.gov, 510-559-5840 */


/* @import "wqr.ext.css"; /* Remove comments to activate advanced CSS features */ */



/* Custom Divisions ************************************************* */

div.mac {
font-family: Verdana, Geneva, Arial, Helvetica, Univers, Swiss, sans-serif;
font-size: 12px;
}


/* Link Styles ****************************************************** */

a.hi-liter:link {
text-decoration: none;
color: blue;
}

a.hi-liter:hover {
text-decoration: none;
color: black;
background-color: yellow;
}

a.hi-liter:active {
text-decoration: none;
color: yellow;
background-color: black;
}

a.hi-liter:visited {
text-decoration: none;
color: blue;
}


/* Cheap Tricks ***************************************************** */

.trail-prefix:before {
content: "Wheat Quality Research / ";
}