.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
	font-weight: normal;
	padding-right: 15px;
}

.title1 {
	font-size: 15px;
	font-weight: bolder;
	color: #330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(i/bg.jpg);
	margin-right: 0px;
}

dl, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
}


dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	font-weight: bold;
	cursor: pointer;
	padding-left: -10px; 

}
/* links for definition definition*/
dd a:link{
	color: #FFFF66;
	text-decoration: none;
}

dd a:visited {
	color: #FFFF66;
	text-decoration: none;
}
dd a:hover {
	text-decoration: none;
	background-color: #132D4F;
}
dd a:active {
	text-decoration: none;
}
/* links for definition term*/
dt a:link{
	color: #FFFF66;
	text-decoration: none;
}

dt a:visited {
	color: #FFFF66;
	text-decoration: none;
}
dt a:hover {
	text-decoration: none;
	background-color: #132D4F;
}
dt a:active {
	text-decoration: none;
}

/* regular links*/
a:link{
	text-decoration: none;
	color: #0033FF;
}

a:visited {
	text-decoration: none;
	color: #6600CC;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;

}
a:active {
	text-decoration: none;
}

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

