body{
	background : #fff;
	color: Black;
	margin : 0;
	padding : 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}
p{

}
td{
	font-size: 80%;
}
h1 {
	font-size: 100%;
	font-style : italic;
	margin : 0px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin : 0px;
}
.noline{
	text-decoration: none;
}
a:hover {
   color : #ff6600;
   text-decoration : underline;
}
