﻿
ol#testquestions
{
	padding: 0px;
	margin: 0px;
}

ol#testquestions li
{
	cursor: pointer;
	list-style-type: none;
	padding: 1px 2px 1px 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	height:18px;
	border: solid 1px #bfbfbf;
	background-color:White;
}

ol#testquestions li:hover
{
	cursor: pointer;
	height:16px;
	list-style-type: none;
	padding: 1px 2px 1px 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	height:18px;
	border: solid 1px #bfbfbf;
	background-color: #eef2f8;
}