/* CSS для списків сертифікатів */


a:link {
    color: blue;
}
a:visited {
    color: blue;
}
a:hover {
    color: blue;
}
a:active {
    color: blue;
}

ol, ul, li {
	text-decoration: none;
}

li {
	font: normal 1.2em/1.25 "Times New Roman"; 
}