/* Overall page */
a:link    { color : #0000fe; }
/* a:visited { color: #660099; } */
a:visited { color : #666633; }
a:focus { color: #3333ff; }
:link:hover, :visited:hover  { color : #3333ff; }
a:active  { color : #3333ff; }

.rubric {color: #990000;}

/* Navigation bar */
.nav { font-family: arial, helvetica, sans-serif; }
A.nav { font-family: arial, helvetica, sans-serif; }
A.nav:link { color: #0000ff; }	
A.nav:visited { color: #666633;}
A.nav:focus { color: #3333ff; }
A.nav:hover { color: #3333ff; }
A.nav:active { color: #3333ff; }

/* Bread crumb trail */
.cr { font-family: arial, helvetica, sans-serif; }
A.cr { font-family: arial, helvetica, sans-serif; }
A.cr:link { color: #0000ff; }	
A.cr:visited { color: #666633;}
A.cr:focus { color: #3333ff; }
A.cr:hover { color: #3333ff; }
A.cr:active { color: #3333ff; }

/* Application Menus (don't allow visited links) */
A.menu { font-family: arial, helvetica, sans-serif; }
A.menu:link, A.menu:visited { color: #0000ff; }

.navbar { font-family: arial, helvetica, sans-serif; }
.navboxborder { background: #cccc99 none; }
.navbox { background: #eeeecc none; }