body {
	background-color: AntiqueWhite;
	background-color: rgba(255,100,10,0.2);
	color: #3E3204;
	font-family: "Garamond", "Book antiqua", serif;
	font-size: 120%;
	font-weight: 900;
	cursor: url('../cursor/hand3.cur'), auto;
}

.main {
 border-radius: 0 0 2% 2%;
}

#summary {
	font-weight: 900;
	font-size: 120%;
	font-style: italic;
	letter-spacing: 0.05em;
	border: 2px solid #832D1D;
	border-radius: 12px;
	padding: 5px;
}


h1 {
	margin-bottom: 0px;
	font-size: 260%;
	}

.header h1 {
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: 3px;
	color:  #832D1D;
}


h2 {
	margin-bottom: 25px;
	font-size: 140%;
}


h3 {
	margin-bottom: 20px;
	font-size: 140%;
}


 p {
	line-height: 1.15;
}


 .small-caps {
	font-variant: small-caps;
	font-weight: 900;
}

p.dropcap:first-letter {
	float: left;
	color:  #832D1D;
	font-size: 310%;
	line-height: 70%;
}

 /* images */

img {
	max-width:100%;
	opacity: 1.0;
	border: 2px solid #832D1D;
	border-radius: 2%;
}

img:hover{
		opacity: 0.9;
		filter: alpha(opacity=90);
		cursor: url(../cursor/hand1.cur), auto;
}


 /* links    */
a:link { color: #3333ff;}
a:visited { color: #990099;}
a:hover { background: AntiqueWhite; color: DarkOrchid;
 	    border-radius: 20%;
		transition: background 2s;
		cursor: url(../cursor/hand2.cur), auto;
}

