body {

background-color: #D2D4D5;
color: #1B253C;
}

 
a:link {
	color: #1B253C;
	font-family: times;
	font-size: 12pt;
	text-decoration: none;
}

a:visited {
	color: #1B253C;
	font-family: times;
	font-size: 12pt;
	text-decoration: none;
}

a:hover {
	color: #1B253C;
	font-family: times;
	font-size: 12pt;
	font-weight: bold;	
	text-decoration: none;
}

a:active {
	color: #1B253C;
	font-family: times;
	font-size: 12pt;
	font-weight: bold;		
	text-decoration: none;
}

a.ull:link{
	font-weight: bold;
	text-decoration: none;
}

a.ull:hover,visited,active {
	font-weight: bold;
	text-decoration: underline;
}


ul {
list-style-type: decimal;
list-style-position: outside;
line-height: 250%;
font-weight: bold;

}

ul.nonn {
list-style-type: none;
list-style-position: outside;
line-height: 250%;
font-weight: bold;
}