diff --git a/html/style-color.css b/html/style-color.css
index d32bf2ba3..1483f1972 100644
--- a/html/style-color.css
+++ b/html/style-color.css
@@ -5,6 +5,11 @@ BODY {
font-size:10px;
font-family:sans-serif;
}
+.notice {
+ color:red;
+ font-weight:bold;
+
+}
table.result {
font-size:10px;
diff --git a/html/style-light.css b/html/style-light.css
index 4d73f9e40..7b7d78a18 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -5,7 +5,11 @@ BODY {
font-size:10px;
font-family:sans-serif;
}
+.notice {
+ color:red;
+ font-weight:bold;
+}
table.result {
font-size:10px;
color:blue;
@@ -407,4 +411,5 @@ div.u_content input:focus {
div.u_redcontent textarea:focus{
background-color: orange;
}
+
/* */
diff --git a/html/style.css b/html/style.css
index ae2a7fabc..7d003653c 100644
--- a/html/style.css
+++ b/html/style.css
@@ -5,6 +5,11 @@ BODY {
font-size:0.7em;
font-family:Arial, Helvetica, sans-serif;
}
+.notice {
+ color:red;
+ font-weight:bold;
+
+}
table.result {
font-size:10px;