I'm using the tufte-latex class and would like to change the List of Figures style. When choosing the \tableofcontents I supply the notoc argument so that it uses the standard LaTeX style:
\documentclass[justified, notoc, symmetric]{tufte-book}
Is there a similar command to override the LOF? I did try:
\documentclass[justified, notoc, nolof, symmetric]{tufte-book}
but it did not seem to change them. To illustrate the differences, here is the Table of Contents:

and here is the List of Figures:

The other customization that I wanted was for the numbers to be hyperlinked, instead of the text. I'm not sure if that is possible to easily do, though so I may just make all of the hyperlinks black instead. I'm using the following command for the hyperlink colors \hypersetup{colorlinks}.
The final customization, is that I wanted hyperlinks to websites to appear in another color. I can't figure out where to tweak that. Usually I use the hyperref package, but tufte-latex already chose colors using the colorlinks arguement. Is there a way that I can edit these options?



