@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	text-align: center;
}
body {
	font-size: 12pt;
}

.link {
	font-size:8pt; font-weight:bold;
}

.link1 {
	font-size:10pt; font-weight:bold;
}


.CITEINDENT {
	text-indent : -20px; padding: 20px;
}

a {
	text-decoration: none;
	color: blue;		
}

.menu  {
	display:none; margin-left:20px; font-family:arial; font-size:8pt; text-decoration:none; 
	}
a:hover {color:red; }
		
.title {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:24pt; font-weight:bold; font-style:italic; }

p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	color: #000000; /* Color of the font */
	font-size: 2em; /* Makes the letter twice the size of the rest of the text */
	font-weight: bold; /* Don't need it, but looks good */
	line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.15em; /* If it's getting crowded - adjust */
}
