p {
	font-size: 12pt;
	font-weight: normal;
}

.title {
	font-size: 14pt;
	font-weight: bold
}

.caption {
	font-size: 12pt;
	font-weight: bold;
}

body {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.page {
	border-collapse: collapse;
	border: 1px solid Silver;
	width: 675px;
}

.page1 {
	padding: 50px;
}

a:link       { text-decoration: none; color: blue; font-weight: normal }
a:visited    { text-decoration: none; color: purple; font-weight: normal }
a:hover      { text-decoration: underline; color: red; font-weight: normal }
a:active     { text-decoration: underline; color: red; font-weight: normal }
