body { color: white; background: black; background: linear-gradient(0deg, #123, #210); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } img { /* box-shadow: 2px 2px 4px white; border: 3px double white; margin: 5px; */ } h1 { padding: 8px 25 8 25; display: inline; color: black; background: #333 ; text-shadow: 2px 2px 1px white; } u { font-size: 155%; color: black !important; /*color: white !important; /* changed Nov 9 */ color: silver !important; color: black !important; color: white !important; background: #333 ; } strong { color: white; background: #333; display: inline; font-style: normal; font-weight: bold; padding: 3px; margin: 3px; } em { background: #333; background: none; color: white !important; } a:link { color: #ddd; border-bottom: 1px solid white; box-shadow: 0 1px 0 white; } a:visited { color: #999; border-bottom-color: black !important; /* ######## LOL this does not work for some security concerns ######## http://stackoverflow.com/questions/10471929/underlining-visited-links border-bottom: 0px solid white !important; box-shadow: 0 0px 0 white !important; text-decoration: none !important; */ } a:hover { font-weight: bold; text-decoration-style: dashed; border-bottom-color: black !important; }