
/* CSS Document */
body {	
	background: #FFFFFF;
 	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	margin: 20px 50px 50px 20px;
}

/*	Text  */

h1 {	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 29px;
	font-weight: lighter;
	font-variant: small-caps;
	color:#000;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

h2 {	
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: lighter;
	font-variant: small-caps;
	color:#000000;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

h3 {	
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: lighter;
	font-variant: small-caps;
	color:#000000;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}



/*	Links  */

a:link {
	color: #000;
	text-decoration: none;
	border-width: none;
}	


a:visited {
	color: #000;
	text-decoration: none;
	border-width: none;
}			

a:hover {
	color: #39F;
	text-decoration: none;
	border: none;
}

a:active {
	color: #000;
	text-decoration: none;
	border: none;
}			

.nowrap { white-space: nowrap; }
