/*
Make background of entire site 
*/

body {
	background-color: #dddd9d;
	color: #666666; 
   border: none; 
   font-family: Verdana, Times New Roman;
   font-size: 6pt;
   margin: 0,0,0,0;
   padding: 0; 
} 


/* Table style */

.dorwald {
	background-color: #ffffff;
	border-style: none;
	padding: 0;
   font-family: Papyrus, Times New Roman; 
	}

.box {
	background-color: #ffffff;
	border-style: solid;
	border-width: 2;
	border-color: #666600;
	padding: 3,3,7,3;
	margin: 0;
	}

/* quasiArt Style*/	
.style11 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-family: "Viner Hand ITC", Batang;
	}
.style12 {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana;
	}

/*
Make headings Papyrus 
If user doesn't have above, then Verdana
*/



h1 {font: 14pt Papyrus, Verdana;
	color: #000033;
	font-weight: normal;
	text-align: center; }

h2 {font: 12pt Papyrus, Verdana;
	color: #666600;
	font-weight: normal;
	text-align: center; }

h3 {font: 10pt Papyrus, Verdana;
	color: #666600;
	font-weight: normal;
	text-align: center; }
	
h4 {font: 12pt Papyrus, Verdana;
	color: #000099;
	font-weight: normal;
	text-align: center; }
		
h5 {font: 10pt Papyrus, Verdana;
	color: #000066;
	font-weight: normal;
	text-align: left; }

h6 {font: 8pt Papyrus, Verdana;
	color: #000066;
	font-weight: normal;
	text-align: center; }	 
/*
All about Links
*/

a:link { color: #003300; text-decoration: none }
a:visited { color: #003300; text-decoration: none }
a:active { color: #ff3300; text-decoration: none }
a:hover { color: #3366ff; text-decoration: underline }

	