http://www.perlmonks.org?node_id=145183


in reply to We Stylin'!

here is the css I'm using with the Blue web-safe theme, It works well under win2k and IE 5.5 sp1.
a {text-decoration: underline; color: 000066; font-family: verdana;fon +t-size: 10px;} a:visited {color:999999; } a:hover { color: cc0099;} td, body {font-family:verdana; color: black; font-size: 10px;} font {font-family: verdana; font-size: 10px;} TT {color: green; font-size: 12px;} iframe { width:0; height:0; position : -50 -50; } textarea {width: 100%; height: 250px;} table {border-color: 999999; border: thin 1 ;} H3 {font-size: 20px; font-family: Verdana;}
-Silent11