/* import style and positional for css supporting browsers */
@import "position.css";
/*hack for ie 5.x on mac*/
@import 'hacks.css';
/* end import */

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

body {
  font: 14px Arial, san-serif; 
  color: black; 
	background: rgb(248,244,219);
}

h1 {
  font-size: 170%; 
	font-weight: 900;
}

h2 {
  font: 100 150% 'Times New Roman'; 
  
}

h3 {
  font: 900 120% 'Times New Roman'; 
  color: black;
}

a {
 color: black;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
 text-decoration: underline;
 color: rgb(105,105,105);
}
a:visited {
 font-weight: normal;
}

