@import url("layout.css");
@import url("type.css");
@import url("hacks.msie.pc.css");

*
{
   margin: 0;
   border: 0;
   padding: 0;
   font-weight: normal;
   text-decoration: none;
   list-style-type: none;
}

body
{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 1.5em;
   color: #333;
   background-color: #383b45;
}                       

input,
textarea
{
	border: 1px solid #666;
}
