.center {
	text-align: center;
}

.right {
	text-align: right;
}

hr {
	width: 75%;
}

body {
	font-family: Verdana, Sans-serif;
} 

h1, h2, h3 {
	text-align: center;
}

fieldset {
	border: none;
}

a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { color: red; text-decoration: underline; } 

p.code {
		border-style: dashed;
		color: #0000FF;
		font-family: courier, fixed, monospace;
		padding: 5px;
		border-width: 1px;
	}