<style type="text/css">	

		/*Define classical numbering sequance used for outlines:*/
		OL LI {list-style: upper-alpha}
		OL OL LI {list-style: upper-roman}
		OL OL OL LI {list-style: lower-alpha}
		OL OL OL OL LI {list-stle: decimal}
		
		/*Define default background (using absolute url because that is the only thing that 
		both IE5 and N4.5 could agree on) (enter the url of your background image): */
		BODY {background:
url("../Images/Backgrounds/code-none.jpg") 
		black;  ; color: lightgrey; font-family: Helvetica, arial, sans-serf; font-size: normal;  font-size:  90%}



		TABLE, TR, TD {}

		/*Make big headings italic: */
		H1, H2, H3, H4 {}

		H2, H3 {margin-top: 0%}		

		
		

		/*Define class alignments: */
		.rightalignment {text-align: right}
		.leftalignment {text-align: left}
		.centeralignment {text-align: center}
		.justifyalignment {text-align: justify}

		/*Always align the address to the left no matter what changes it: */ 
		.address {text-align: left; font-style: italic;font-size:small}

		/*Make all definitions bold: */
		DFN {font-weight: bold}
		
		/*Define general underline instead of the <u> tag: */
		.underline {text-decoration: underline}

		BLOCKQUOTE {background: whitesmoke; border: lightgrey solid 1px}

		
	.code {background: lightgrey}



		/*Define pseudo-classes for the <a> tag: */
		/*Please note the order of these tags. Some of 
		them override other tags so that they produce the right effect. 
		For example the hover tag ovverides the color of the visited tag*/

		A:link {color: #CCCC66; text-decoration:none}
		A:visited {text-decoration: none; color: #CCCC66}
		A:hover {text-decoration: underline; color: #FFFF99}
/*only works for IE not N*/ 		
		A:active {color: #CCCC66}		

		/*Some pseudo classes*/
		A.menu:link {color: blue; text-decoration: none}
		A.menu:visited {color: purple; text-decoration: none}
		A.menu:hover {color: red; text-decoration: underline}
		A.menu:active 
		{
			text-decoration: none;
			color: black
		}


		/*Image attributes */
		IMG {border: 0}

		/* Border for formulas - typically around images represending math formulas */
		.formula {border: black solid 1px}

		.content {padding: 1%; background:
url("../Images/Backgrounds/code.jpg") lightgrey; color: black; border: gray solid 1px; margin-top: 1%;
		vertical-align: top}
                .content A:link {color: blue; text-decoration:none}
		
                .content A:visited {color: purple; text-decoration:none}
		
		.content A:hover {color: red; text-decoration: underline}
		
		.content A:active {color: darkgreen; text-decoration:
none}

		.header {background: lightgrey; border: gray solid 2px;
		color: black; font-weight: bold}	



.imagebkrd
{background: url("http://www-ec.njit.edu/~mxc4394/images/Backgrounds/net29.jpg") white; font-family: Arial,
sans-serif}

		PRE {background: lightgrey; color: black; border: gray solid 1px; width: 0%; padding: 1%}

		/* Create a style for jrvfsimmenu */
		

		.jrvfsimmenu {background: black; text-align: left}		
                .jrvfsimmenu A:link {color: #CCCC66; text-decoration:none}
		
                .jrvfsimmenu A:visited {color: #CCCC66;
text-decoration:none}
		
		.jrvfsimmenu A:hover {color: #FFFF99; text-decoration: underline}
		
		.jrvfsimmenu A:active {color: #CCCC66; text-decoration:
none}
		.jrvfsimmenu table {margin: 0%; padding: 0%}
	
		.currentLink {background: rgb(128,128,192); color: #ffff99; border: black solid 1px}			


		.blogentry {border: #cccc66 solid 1px; margin: 0%; padding: 1%}

		/* Foot note styles */
		
		.footnote {font-size: small}

		.menuframe {vertical-align: top; border: gray solid 0px}
		
		#maintext {/*display: none*/}
		
		.logo {font-size: x-large; font-weight: bold; font-family: Terminal}
		.logo A:link {color: lightgrey; text-decoration: none}
		.logo A:visited {color: lightgrey; text-decoration: none}
		.logo A:hover {color: white; text-decoration: none}
		.logo A:active {color: white; text-decoreation: none}
</style>

		