/* CSS Document */

 
body {
	margin:0;
	padding:0;
	font: small Verdana, sans serif; color: #A2006D;
	}
	
a { text-decoration:underline; color:#330033;}

a:hover { text-decoration:underline; color:#A2006D;}

.a2{text-decoration:none; color:#A2006D; font-weight: bold;}
	
.title{ font-size:1.6em; font-variant:small-caps;margin-top:0;letter-spacing:.15em; color:#996600;}

.p-sc{color: #6F014B;font-variant:small-caps; font-size:1.1em; font-weight: bold;}

.p-big{line-height:1.3em}

.p-grey{ font-size:0.8em; color:#82797E; margin:0;}

.p-credit{font-size:smaller; color: #999999; padding-top:0; margin-top:0;}

.p-credit a { text-decoration:none; color:#666666; }


.dotted { border:1px dotted #999999;}

