﻿@media all {

html, body { margin:0; padding: 8px 0 8px 0; font-size: 110%; }

#switchfont a:link, #switchfont a:link #small, #switchfont a:link #large { color: #444; text-decoration: none;}
#switchfont a:visited, #switchfont a:visited #small, #switchfont a:visited #large { color: #444; text-decoration: none; }
#switchfont a:hover, #switchfont a:hover #small, #switchfont a:hover #large { color: #fff; text-decoration: underline; }
#switchfont a:active, #switchfont a:active #small, #switchfont a:active #large { color: #fff; text-decoration: underline; }

#switchfont a:link #default, #switchfont a:visited #default { color: #444; text-decoration: none;}
#switchfont a:hover #default, #switchfont a:active #default { color: #fff; text-decoration: underline;}

}
