h1 {
	font-family: "arial";
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
	color : #ff6600;
}
hr {
	border: 0px solid;
	color: #ff6600;
	height: 2px;
}
img {
	border : 1px solid Black;
 }
 td {
	font-family: "arial";
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	text-align : left;
	vertical-align : top;
}

a:link {
 	font-family: "arial"; font-size: 12px; font-weight: normal; color: #ff6600; text-decoration: underline;
}
a:visited {
 	font-family: "arial"; font-size: 12px; font-weight: normal; color: #ff6600; text-decoration: underline;
}
a:hover {
 	font-family: "arial"; font-size: 12px; font-weight: normal; color: #ff6600; text-decoration: underline;
}
 
.bigger a:link {
 	font-family: "arial"; font-size: 16px; font-weight: normal; color: #ff6600; text-decoration: underline; font-weight: bold;
}
.bigger a:visited {
 	font-family: "arial"; font-size: 16px; font-weight: normal; color: #ff6600; text-decoration: underline; font-weight: bold;
}
.bigger a:hover {
 	font-family: "arial"; font-size: 16px; font-weight: normal; color: #ff6600; text-decoration: underline; font-weight: bold;
}
 


body {
	text-align: center;
	font-family: "verdana";
	font-size: 12;
	background-color: #ffcc99;
}
 