* {
	Color: White;
	background-color: rgb(121,69,0);
  	font-family: Arial;
  	font-size: 10pt;
	text-align: Center;
}

Body {
	background-color: rgb(121,69,0);
	text-align: Center;
}
a {
  	Color: rgb(225,225,225);
	font-variant: Small-Caps;
  	font-weight: bold;
  	Letter-Spacing: 5px;
  	font-family: Times New Roman;
  	font-size: 16pt;
  	text-align: center;
}
img {
	border-collapse: Collapse;
	border-color: White;
	border-width: 0px;
	border-style: none;
}
/* --------------------------------------------- */
Table{
	border-collapse: collapse;
	height: 300px; 
	margin-left:auto; 
	margin-right:auto;
	width: 400px;
}

/*
Table td {
	border-collapse: collapse;
	border-style: None  !important;
	padding: 3px;
	vertical-align: Top;
	width: 100%  !important; 
}
*/
/* --------------------------------------------- */


/*
Color Scheme
Background: rgb(121,69,0)
Soul: rgb(255,255,255)
Sweet: rgb(243,179,16)
Swirl: rgb(206,112,25)
*/