/*New Directions In Computing*/
body {
	background-color: #FFFFFF;
	background: url(../images/bg.gif) repeat-x;
	margin: 0px;
	}
a:link {
	color: #ff0000;
	text-decoration:none;
}
a:visited {
	color: #ff0000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration:none;
}
.heading1{
	font:bold 16px Century Gothic, Arial, Helvetica, sans-serif;
	color:#C6642C;
	}
.heading{
	font:bold 12px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#C6642C;
	}
.bodytext{
	font:12px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#6D4502;
	text-align:justify;
	line-height:16px;
	list-style:square;
	}
	
.bodytext2{
	font:12px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#A60A00;
	line-height:16px;
	}
.bodytext3{
	font:12px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#6D4502;
	}
p	{
	margin-bottom:0px;
	margin-top:8px;
}
ul {
	list-style-type:square;
	padding:0px;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:15px;
}