* {
    margin: 0px;
    padding: 0px;
}
body {
	color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    font-family: "Trebuchet MS";
    background-color: #fff;
}
a:hover {
	text-decoration: none;
}
strong {
    font-weight: bold;
}
.clear {
	clear: both;
}
h1 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
p {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
