body {
	background-color:Black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
}

h3,h4,h5,h6,dd,dl,dt,ol,ul,li,p,td,th,div  {
	color:#f2f2f2;
}
p {
	text-align:justify;
}
p,li,td,strong,div {
	font-size:medium;
}
li,td {
   text-align: left;
}

li {
	margin-bottom: 5px;
}
ul.softwarelisting li {
	margin-bottom: 20px;
}

tt,pre {
	font-family:monospace;
	color:Silver;
	font-weight:normal;
   text-align: left;
}

h1 {
	font-size:x-large;
	/*color : #339900;*/
   color:#00FF00;
   text-align: left;
}

h2 {
	font-size:large;
   text-align: left;
   color:#00CC00;
   background-color: black;
   padding:5px;
   padding-top:8px;
   border-top:1px dashed #00CC00;
}
h2 a:HOVER {
   color:#00CC00;
   text-decoration: none;
}

a {
	text-decoration: none;
	color : #00CC00;
}
a:HOVER {
	color : #FF9900;
	text-decoration : underline;
}
a:visited {
   text-decoration: none;
	color : #00CC66;
}
a:visited:HOVER {
   text-decoration: underline;
	color : #00CC66;
}
a.world {
	text-decoration: none;
	/*color : #0590c6; */
	color : #0099CC;
}
a.world:HOVER {
	text-decoration : underline;
	/*color : #0590c6; */
	color : red;
}
a.world:visited:HOVER {
	text-decoration : underline;
}
a.world:visited {
	color : #0099CC;
}

strong {
	font-weight : bold;
	/*color: #F9F9F9;*/
	color: #CCCC66;
}

.outgreyed {
	color: #878787;
}

.smalloutgreyed {
	color: #878787;
	font-size:x-small;
}

.secure {
	color: #006400;
	font-size:8pt;
}

.insecure {
	color: #f79613;
	font-size:8pt;
}

.signature {
	font-size:8pt;
	color:#006400;
}

a.name:HOVER {
	text-decoration: none;
   color:#00CC00;
}
a.sitemap {
	color: #878787;
	font-size: x-small;
}
a.sitemap:visited {
	color: #878787;
}
a.sitemap:HOVER {
	text-decoration: underline;
	color : #00cc66;
}

A:hover {
    color: #EE7F09;
}

td#content {
   padding-right: 5px;
}

input, textarea {
   border-bottom: #00CC00 1px solid;
   border-top: #00CC00 1px solid;
   border-left: #00CC00 1px solid;
   border-right: #00CC00 1px solid;
}

