/*base CSS fileyou can customize most of the GUI shit from heretested on explorer 5+ / netscape 6 / netscape 4.7 (buggy)safe (supported) colors are:black, silver, gray, white, maroon, red, purple, fuchsia, green, lime,olive, yellow, navy, blue, teal, aquamore at http://www.w3.org/MarkUp/Guide/StyleCSS1 reference at http://www.zvon.org/xxl/css1Reference/Output/index.htmlyou can specify colors also with: rgb(value1, value2,value3) or #112233*//* whole page settings */body {/* default text color */color: black;}/* all tables are bordless */table {border-style: none;}/* base font */body { font-family: Verdana, Arial, Tahoma;font-size: 9pt; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } td.address {font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: justify; color: #881039; font-weight: normal; word-spacing: 1px; padding-left: 0px; padding-right: 2px; padding-top: 8px; padding-bottom: 0px;}td.address a:link {  font-weight: normal; color: #B1B1B1; text-decoration: none}td.address a:visited {  font-weight: normal; color: #B1B1B1; text-decoration: none}td.address a:hover { font-weight: normal; color: #F69500; text-decoration: none}td.txt_home03 {font-family: Verdana, Arial; font-size: 11px; text-align: right; color: #58433A; font-weight: normal; word-spacing: 0px; padding-left: 2px; padding-right: 2px; padding-top: 15px; padding-bottom: 0px; line-height: 18px;}td.txt_home04 {font-family: Verdana, Arial; font-size: 11px; text-align: right; color: #58433A; font-weight: normal; word-spacing: 0px; padding-left: 2px; padding-right: 2px; padding-top: 10px; padding-bottom: 0px; line-height: 17px;}