body { font-family: verdana, arial, sans-serif ; background-color: #ffffff }
.urgent { color: red ;  background-color: #88ffff }
.standout { color: #000000 ;  background-color: #f1e2b5 }
.small1 { font-size: 80% ; }
.small50 { font-size: 50% ; }
.small60 { font-size: 60% ; }
.small70 { font-size: 70% ; }
.large110 { font-size: 110% ; }
.large120 { font-size: 120% ; }
.nfl { font-family: verdana, arial, sans-serif ; background-color: #ffffff }
.topline { text-align: center ; background-color: #cccccc }
.subtopline { text-align: left ; background-color: #eeeeee }
.space-sm { padding-bottom:6px; }
.grey1 { background-color: #aaaaaa ; }
.old-yellow { background-color: #ffffcc ; }

.dept-heading { font-size: 220% ; color: #135873 ; }

.command { font-family:monospace, sans-serif; font-weight:bold; color: green;
background-color: #dddddd;}

.filename { font-family:monospace, sans-serif; font-weight:bold;
	    font-size: 130%; background-color: #e5e5e5;}

# from Pro-Wiki
a { color:#0000AA; text-decoration:none; border-bottom: dotted 1px green; }
a:link { color:#0000aa;  text-decoration:none; border-bottom: dotted 1px green; }
a:active { color:#000;  text-decoration:none; border-bottom: dotted 1px red; }
a:visited { color:#0000AA; text-decoration:none; border-bottom: dotted 1px blue; }
a:hover { background-color: #ccccff; }

a:hover .nohover { background-color: none; }
a:active .nohover { border-bottom: solid 1px white; }
a:link .nohover { border-bottom: solid 1px white; }
a:visited .nohover { border-bottom: solid 1px white; }

# Extra style of links
a.news { color:#AA0000; text-decoration:none; border-bottom: dotted 1px red; }
a.news:link { color:#aa0000;  text-decoration:none; border-bottom: dotted 1px red; }
a.news:active { color:#000;  text-decoration:none; border-bottom: dotted 1px green; }
a.news:visited { color:#AA0000; text-decoration:none; border-bottom: dotted 1px red; }
a.news:hover { background-color: #ffcccc; }

a.news:hover .nohover { background-color: none; }
a.news:active .nohover { border-bottom: solid 1px white; }
a.news:link .nohover { border-bottom: solid 1px white; }
a.news:visited .nohover { border-bottom: solid 1px white; }
