/*
Body text
*/

body {font-size: 12pt;
	font-family:  Graphite Light, Bradley Hand ITC, BernhardFashion BT ;
	color: #7d7da6;
	background-color:  #ffffff;
	border: none; 
   font-family: Papyrus, Times New Roman;
   font-size: 12pt;
   margin: 0,0,0,0;
   padding: 0,0,0,0; 
	 }

/*
indent paragraphs
*/

p {margin-left: 24pt;
	margin-right: 24pt; }

/*
Headings
*/

h1 {font: 24pt Graphite Light, Bradley Hand ITC, BernhardFashion BT ;
	font-weight: bold;
	line-height: 25pt;
	text-align: center; }

h2 {font: 16pt  Graphite Light, Bradley Hand ITC, BernhardFashion BT;
	font-weight: normal;
	line-height: 17pt;
	text-align: center; }

h3 {font: 10pt Graphite Light, Bradley Hand ITC, BernhardFashion BT ;
	font-weight: bold;
	line-height: 11pt;
	text-align: center; }

h4 {font: 8pt Graphite Light, Bradley Hand ITC, BernhardFashion BT ;
	font-weight: lighter;
	line-height: 10pt;
	text-align: left; }
	
/* Table style */

.quasiart {
	background-color: #ffffff;
	border-style: none;
	padding: 0;
   font-family: Graphite Light, Bradley Hand ITC, BernhardFashion BT, Papyrus, Times New Roman; 
	}
	
/*
Don't underline links, only in hover.
*/

a {
	text-decoration: none; 
	font-weight: bold;
	}

a:link {color: #4e457e; }
a:visited {color: #4e457e; }
a:active {color: #4e457e; }
a:hover { color: #3366ff; text-decoration: underline }

