
body {
	color: black;
	background-color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: 	#4b0082;
}
	
h4 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: 	black;
}
dl.definition dt {
	padding-top: 1em;
	font-weight: bold;
}
dl.definition dd {
	padding-top: 1em;
	margin-left: 2em;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

em.notice {
	color: red;
	font-weight: bold;
}

em.club {
	color: #33CC00;
	font-weight: bold;
}


div.footnote {
	font-size: 80%;
}

td.noticedescription {
	color: red;
	font-weight: bold;
}

div.lastupdate {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

