a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

body {
	width: 760px;

	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;

	padding-left: 1ex;
	padding-right: 1ex;

	color: #000000;
	background-color: #FFFFFF;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

hr {
	border: 0;
	height: 1px;
	color: #0099FF;
	background-color: #0099FF;
}

img {
	border: 0;
	vertical-align: bottom;
}

div.example {
	background-color: #F0F0F0;
}

div.example p {
	margin-left: 1em;
}

p.center {
	text-align: center;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.solid {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.solid td, table.solid th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.small {
	font-size: 12px;
}

