/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color  and links*/
 body{font-family: Times New Roman; background-color: black;
 color: white;}
   A:link {
	text-decoration: none;
	color: #FFA07A;
}
   A:visited {
	text-decoration: none;
	color: #CC99FF;
}
   A:active {color: #FF0000
}
   A:hover {
/*	background : #CD5C5C;*/
	color: #33FF99;
}
/*tables*/


.Tablemini {
	color: White;
	font-size: 80%;
}

/*headings*/
.Declaring4{
	font-family: Helvetica, Arial;
	color: #CCFFFF;
	font-size : 150%;
}
.Declaring{
	font-family: Papyrus;
	color: #cc3366;
	font-size: 200%;}

.minorheading{
	font-family: Arial, Helvetica, sans-serif;
	color: Aqua;
	font-weight : 700;
}

.Declaring1{
	font-family: Palatino;
	color: 006666;
	font-size: 200%;
}.special {  font-family: "Courier New", Courier, mono; font-size: 18px; font-style: normal; font-weight: bold; font-variant: small-caps; color: #99FF99}
