*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
a:link {
color : #3163CE;
text-decoration: none;
}
a:visited {
color : #3163CE;
text-decoration: none;
}
a:hover {
color : #ff3300;
text-decoration: underline;
}
a:active {
color : #ff0000;
}
body
{
	background: #fff;
	color: #000;
	margin: 0 auto;
	padding: 10px;
	width: 620px;
	font: 11px Tahoma, MS Sans Serif, Arial, Sans Serif;
	text-align:justify
}

h1
{
	background: inherit;
	border-bottom: 1px solid #393;
	color: #393;
	font: 35px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
	font-weight:bold;
}
h2
{
	background: inherit;
	color: #393;
	font: 25px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	font-weight:bold;
}
h3
{
	background: inherit;
	color: #000;
	font: 19px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 15px 0 3px;
	padding: 0 0 0px;
	text-align: left;
}
h4
{
	color: #393;
	font: 12px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

p
{
	clear: both;
	font: 10px Tahoma, MS Sans Serif, Arial, Sans Serif;
	padding: 10px 0;
	text-align: center;
}
.trackback
{
	font-size: 7pt;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 30px;
	border: solid 1px #ccc;
}
.in
{
margin-left : 30px;
}
input,textarea{
border: solid 1px #ccc;
}
