diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 9823f39c4cd9be9444eb3f094d70526edc7ef7c6..701352dc2488ecd06251f3d8b5af36c94e367fb7 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -122,8 +122,11 @@ body, table, form, input, td, th, p, textarea, select { font-family: Helvetica, Arial, sans-serif; font-size: 13px; +} + +body, table, form, td, th, p +{ color: #333; - background-color: #fff; } FORM {