@charset "utf-8";
/* CSS Document */

a{ color:  #999999;}

a:hover{ color: #AA3820;}

p{ padding:0; margin:0; padding-bottom: 15px;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img{
border: 0;
}

<style type="text/css">
table.sample {
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 10px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 5px 1px 6px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: #CCCCCC;
	-moz-border-radius: 3px 3px 3px 3px;
}
</style>
