/* import style and positional for css supporting browsers */
@import "position.css";
/* end import */

/* main style css for  */
html {
  margin: 0; 
  padding: 0;
}

body {
  font: 14px "Palatino Linotype","Book Antiqua",Palatino,"Times New Roman", Times, serif;/*Verdana, Arial, Helvetica, sans-serif;*/ 
  color: black; 
}

h1 {
  font-size: 20px; 
	color: rgb(105,72,6); 
	font-weight: normal;
}

h2 {
  font: 100 3em 'Times New Roman'; 
  color: black;
}

h3 {
  font: 900 italic 2em 'Times New Roman'; 
  color: black;
}

a {}
a:hover {}
a:visited {}

