28 lines
354 B
CSS
28 lines
354 B
CSS
body
|
|
{
|
|
// text-align: center;
|
|
//background-color: #8EA1AD;
|
|
// font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
// color: #990000;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
div.error {
|
|
color: red;
|
|
font-size: 13px;
|
|
margin-bottom: 23px;
|
|
}
|
|
|
|
div.noerror {
|
|
color: green;
|
|
font-size: 13px;
|
|
margin-bottom: 23px;
|
|
}
|
|
|
|
th, td {
|
|
padding: 8px;
|
|
}
|
|
h6 {
|
|
font-size: 10px;
|
|
}
|