

/* Presentation Stylesheet */ 
body {
	font-family: Arial, Helvetica, sans-serif;
}

p, address {
	padding: 0 15px 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 5px 0;
	text-align : center;
}

h3 {
	text-align : left;
	color: gray;
	font-size: 125%;
}

/*
p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:red;
 }
*/

A:link    { color: red; font-size: 100% }
A:active  { color: blue; font-size: 125% }
A:visited { color: green; font-size: 85% }

.margin   { color: gray; font-size: smaller }
.note     { font-family: lucida console; font-size: small; }

.margin-img { text-align: center }
.margin-img a:link  { border: 2px outset red }
.margin-img a:hover { border: 2px outset blue }
.margin-img a:visited { border: 2px outset red }

form {
	background-color: silver;
	padding: 10px 10px 10px 25px;
}
