15 lines
93 B
CSS
15 lines
93 B
CSS
body
|
|
{
|
|
margin:1px;
|
|
}
|
|
body,table
|
|
{
|
|
font:normal 12px Arial;
|
|
}
|
|
p,div
|
|
{
|
|
font:inherits;
|
|
}
|
|
|
|
|