diff options
Diffstat (limited to 'info.css')
-rw-r--r-- | info.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/info.css b/info.css new file mode 100644 index 0000000..1ec7948 --- /dev/null +++ b/info.css @@ -0,0 +1,8 @@ +body { + margin : 0 0 0 0; + color : rgb(0, 0, 0); + background-color : rgb(249, 246, 240); + font-family : serif; + font-size : 11pt; +} + |