diff --git a/Docs/style.css b/Docs/style.css new file mode 100644 index 00000000..92370fa0 --- /dev/null +++ b/Docs/style.css @@ -0,0 +1,18 @@ +body { + font-family: Verdana,Arial,Tahoma; + font-size: 11px; +} +pre { + font-family: Courier New; + background-color: #E9E9E9; + padding: 1px; +} +a,a:visisted { + color: #0000EA; + text-decoration: underline; +} +a:hover { + background-color: #0000EA; + color: #FFFFFF; + text-decoration: none; +} \ No newline at end of file