BODY{
	background-image: url("../lattice-blue.gif");
	font-size:12pt;
}

A:link{
	font-weight: bold;
	text-decoration: none;
	color: #000088;
}

A:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000088;
}


A:hover{
	text-decoration: underline;
	color: #000088;
	background-color: #ddddff;
}

.Phantom{
	text-decoration: overline;
}

.Comment{
	font-size: 10pt;
	color: #008800;
}

.Modif{
	font-size: 10pt;
	background-color:#eeeeff;
	}

.Var{
	font-family:"Times New Roman";
	font-style: italic;
	}

.Mean{
	font-family:"Times New Roman";
	font-style: italic;
	text-decoration: overline;
}

.Ruby{
	font-size: 10pt;
	color:#888888;
	}

.Text{
	font-size: 13pt;
	color:#880000;
	}

.Name{
	font-weight:bold;
	color:#000088;
	}

.Courier{
	font-family:"Courier New";
	}

.DarkBlue{
	margin-top:5px;
	background-color:#333388;
	border:0;
	color:#ffffff;
	padding:5px;
	font-size:24pt;
}

.LightBlue{
	background-color:#3366cc;
	border:0;
	color:#ffffff;
	padding:5px;
}

DT{
	margin-left: 1em;
	line-height: 120%;
}

DD{
	line-height: 120%;
}

.Answer{
	border-width:2px;
	border-bottom-style:solid;
	border-color:#888888;
	padding-bottom:6px;
}