BODY, DIV, TABLE, TD, TR,I {
	color: silver;
	font-family: verdana,Arial,times;
	font-size: 15px;
	background-color : black;
}
DIV.small{
	color: black;
	font-size: 5px;
}
SUP {
        color: silver;
	font-family: verdana,Arial,times;
	font-size: 8px;
}

ADDRESS {
	color: silver;
	font-family: verdana,Arial,times;
	font-size: 14px;
}
P {
   background-color: black;
   color: silver;
   line-height: 20px;
   border-color: blue;
   border-style: solid;
   border-left-width: 2px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-top-width: 0px;
   font-size: 15px;
   text-align: jusify;
   font-family: Arial,times;
	padding: 5px;
}
H3 {
   color: silver;
   font-family: verdana,Arial,times;
   font-size: 15px;
}

H2 {
   color: silver;
   font-family: verdana,Arial,times;
   font-size: 20px;
}
H1 {
   color: silver;
   font-family: verdana,Arial,times;
   font-size: 20px;
   padding-left : 0px;
   padding-right: 0px;
}
B {   color: silver;
   font-family: courier,times;
   font-size: 18px;
   #text-align: center;
}
A:visited{color: #7090FF;}
A:link {color: #FF50A1;}
PRE, TT, CODE, KBD, SAMP {
	font-size: 15px ;
 	color: silver ;
	font-family: monospace ;
}





















