
a:hover {
  color: red;
  text-decoration: none;
}

ol {
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	margin-top: 5px;
}

.bullet { 
list-style-type: decimal;
list-style-position: outside;
font-size : 11px;
font-family : arial, helvetica, sans-serif;
} 

