﻿ul{
	list-style-position: outside;
	list-style-type: square;
	text-align: justify;
	margin: 0 5 0 25;
	padding: 0 5 0 15;
	line-height: 1.7;
	text-align: justify;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	text-align: justify;
	margin: 0 5 0 25;
	padding: 0 5 0 15;
	line-height: 1.7;
	text-align: justify;
}
li{
	font-size:15px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
ul.c {
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	display: table;
	padding: 0 15 0 15;
	line-height: 1.7;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style: normal;
}
ol.c {
	list-style-position: outside;
	list-style-type: decimal;
	text-align: left;
	display: table;
	line-height: 1.7;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
li.c {
	font-size:15px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style: normal;
}
li.c a {
	color: blue;
	text-decoration:none;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-style: normal;
	/*font-size: 17px;*/
}
li.c a:hover{
	color: fuchsia;
	font-size: 15px;
	background-color: white;
}
