/* CSS for NCTJS pages */

body  {
	background: #cccc99;
	font:  13px "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
	color: black;
}

html, body, div, p, table, th, tr, td, ul {
	margin: 0;
}


}
a:link  {
	color:  #990000;
}

a:visited  {
	color:  #336600;
}

a:focus  {
	color:  #990000;
}

a:hover { 
	color:  #990000;
}

a:active { 
	color:  #990000;
}

