/* CSS Template */
/* For Individual Pages to show "where am I?"*/
/* Change the ID in a#ID to whatever the ID of the link is */
/* Then include the css file in that individual page */
/* If this is a subnav element remember to change both the*/
/* category element ID as well as the subcat */

#navigation .mainnav a#ID {
color:#993333;
font-size:12px;
font-weight:bold;
text-decoration:none;
line-height:18px;
} 

#navigation .subnav a#housing {
color:#993333;
text-decoration:none;
}