2009-09-09 13:33:40 -04:00
|
|
|
a:link { text-decoration: none; color: #104e8b; }
|
|
|
|
a:visited { text-decoration: none; color: #104e8b; }
|
|
|
|
a:active { text-decoration: none; color: #104e8b; }
|
|
|
|
a:hover { text-decoration: underline; color: #104e8b; }
|
2011-10-14 01:09:30 -04:00
|
|
|
|
|
|
|
.navbar {
|
2011-10-29 18:11:30 -04:00
|
|
|
background-color: #f3f2ea;
|
2011-10-14 01:09:30 -04:00
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid #ccc;
|
2011-10-29 18:11:30 -04:00
|
|
|
font: 9pt sans-serif;
|
2011-10-14 01:09:30 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|