body{
	font-family: verdana;
}
table {
    border: 0px transparent #d08f33;
}
tr {
    border: 0px transparent #d08f33;
}
td {
    border: 0px transparent #d08f33;
}


font {
	color: d08f33;
	font-family: verdana;
	
}
a:link {
		color: d08f33; 
		background-color: transparent; 
		text-decoration: none;
	}

a:visited {
    color: d08f33;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: d08f33;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: d08f33;
    background-color: transparent;
    text-decoration: underline;
}

