a, a:visited, a:hover {
	color: #003399;
	font-family: Helvetica,Arial,Lucida,Verdana,Sans-serif;
	text-decoration: none;
}

body {
	margin: 0;
	font-family: Helvetica,Arial,Lucida,Verdana,Sans-serif;
}

body * {
	line-height: 1.22em;
}

select, input, textarea {
	font-size: 99%;
	font-family: Helvetica,Arial,Lucida,Verdana,Sans-serif;
}

h1 {
	font-size: 150%;
	display: inline;
}

p {
	margin:5px;
}

label {
	float: left;
	width: 12em;
}

.answer_display {
	margin-left:15px;
}

::selection {
	background: #003399;
	color: #fff;
}

::-moz-selection {
	background: #003399;
	color: #fff;
}

::-webkit-selection {
	background: #003399;
	color: #fff;
}

table.reference {
	width:80%;
	border:1px solid #dddddd;
}

table.reference tr:nth-child(odd) { background-color:#ffffff; }
table.reference tr:nth-child(even) { background-color:#f1f1f1; }

table.reference th { text-align:left; }
table.reference th, table.reference td { padding:5px; }

.period { 
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #003399;
}

ul {
	margin-bottom: 1.4em;
}
