/* Duncan's printing style sheet for his nz wedding site */

body { font-family: Times New Roman, Times, serif; font-size: 0.8em; }
acronym { text-decoration: none; text-transform: uppercase; }
h1 { color: #999966; font-size: 1.5em; padding: 20px; }
h2 { color: #7F9A4D; font-size: 1.2em; padding-bottom: 40px;}
h3 { font-size: 0.8em; font-weight: normal; }
strong { display: none; }
A img { padding: 2px; border: 3px solid #666666; }

A:hover img, A:active img { border: 3px solid #91B54F; }

/* after <body> this holds the page */
#container { text-align: center; }

/* images requiring a 'float' values */
.imagesetboth { margin: 10px; text-align: center; clear: both; }
.imagesetleft { text-align: center; float: left; margin-top: 10px;
	margin-right: 20px; clear: both; }
.imagesetright { text-align: center; float: right; margin-top: 10px;
	margin-left: 20px; clear: both; }
.closeset { clear: both; border-bottom: 2px solid #CCCCCC; }

/* the english and danish text */
.en { color: #48576E; text-align: justify; padding: 5px; }
.da { color: #48576E; text-align: justify; padding: 5px; }
.p1:first-letter { color: #7F9A4D; font-size: 150%; }

/* list of pages in the site */
.indexgroup { display: none; }

/* links contained in a block og text */
.inline { text-decoration: none; color: #48576E; }
A.inline:hover, A.inline:active { text-decoration: none; color: #48576E; }

/* the 'next' 'prev' group of links */
.navgroup { display: none; }

/* links to printing options */
.printgroup { display: none; }

/* links to validation sites */
.validgroup { display: none; }
