body {
	margin:0;
}

body, input, textarea, select, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
h2, h3, h4, p, ul, blockquote {
	margin:0 0 .75em 0;
}
p, input, textarea, select {
  font-size:12px;
	color:#000;
}
b, strong,
strong em{
	font-weight:bold;
}
i, em {
	font-style:italic;
}
iframe {
	display:block;
}

/* =Links */
a:link, a:visited { 
  text-decoration:none;
  color:#000;
}
a:hover{
  color:#999;
}
