html,body{
	margin:0;
	padding:0
	}

body{
	text-align:center;
	color: #000000;
	background-color: #ffd225;
	overflow-y: scroll;
	}


.heading {
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 22px;
	font-weight: bold;
	font-variant: bold;
	color: #1d1803;
	text-decoration: none;
}

.text_b {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #1d1803;
}

.text_small {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1d1803;
}




p{margin:0 10px 10px}


A{text-decoration:none} 
a:visited {text-decoration: none;	color: #2b2b2b;}

a:link
{
	color: #1d1803;
}


.text_b A:hover{color:#000000;}


div#wrapper{
	margin:0px auto;
	width:851px;
	text-align:left;
}

div#content{
	text-align:left;
	width:800px;
	margin:0px auto;
}




.tb {
	color: black;
	padding:3;
    background-color : #ffd225;
    border: 1px solid black;
}
