@charset "utf-8";
.categories_list {
	list-style-type: none;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.categories_list li {
	list-style-type: none;
	display: block;
}

.categories_list a {
	text-decoration: none;
	color: #0066FF;
}
.categories_list a:hover {
	color: #FF6600;
}
.code_texts {
	font-size: 14px;
	font-style: italic;
	color: #009900;
}

#resources_link a
{
	color: #0066FF;
}
#resources_link a:hover
{
	color: #FF3300;
}
