Removing dead file

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@542145 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/project.properties b/project.properties
index 14ae981..93d0738 100644
--- a/project.properties
+++ b/project.properties
@@ -22,7 +22,6 @@
 maven.xdoc.poweredby.image=maven-feather.png
 
 maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
-#maven.javadoc.stylesheet=${basedir}/style.css
 
 # Jar Manifest and Additional Attributes
 maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
diff --git a/style.css b/style.css
deleted file mode 100644
index 1878e66..0000000
--- a/style.css
+++ /dev/null
@@ -1,39 +0,0 @@
-body {

-    font-family: "Verdana", "Arial", sans-serif;

-    font-size: 10pt;

-}

-

-h1 {

-    font-size: 12pt;

-}

-  

-h2, h3, .TableHeadingColor b, .FrameTitleFont, .FrameHeadingFont {

-    font-size: 10pt;

-    font-weight: bold;

-}

-

-a b, .TableRowColor b, .NavBarCell1 b, .NavBarCell2 b {

-    font-weight: normal;

-}

-

-tr, td {

-    border: none;

-}

-

-.TableHeadingColor td {

-    border-bottom: 1px solid #666;

-}

-

-.TableRowColor td {

-    padding-bottom: 5px;

-    border-bottom: 1px solid #CCC;

-}

-

-a:link, a:visited, a:active {

-    text-decoration:none;

-    color: blue;

-}

-

-a:hover {

-    text-decoration: underline;

-}