html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding-top:15px;
  background-color: #753802;
}

table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #CC9966;
	text-decoration: underline;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
.style1 {
	color: #FDF5E6;
	font-size: 10px;
}
.style2 {
	color: #FDF5E6;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #FFFFCC;
	font-size: 13px;
	font-weight: bold;
}
.style4 {
	color: #FDF5E6;
	font-size: 11px;
	font-weight: bold;
}
.style5 {
	color: #FDF5E6;
	font-size: 11px;
	font-weight: normal;
}
.style6 {
	color: #F49BC2;
	font-size: 13px;
	font-weight: bold;
}
.style7 {
	color: #FDF5E6;
	font-size: 10px;
	font-weight: normal;
}
.pinkhighlight {
	color: #F49BC2;
	font-size: 11px;
}
.blog { 
	padding: 10px; 
	font-size: 11px;
	text-align: left;
	color: #FDF5E6;
}
.blog-footer { 
	padding-top:20px;
	text-align: right;
	text-transform: lowercase; 
}
.blog-title { 
	color: #F49BC2;
	font-weight: bold;
	text-transform: uppercase; 
	text-align:left;
	padding-left: 10px; 
	font-size: 14px;
}
.comment-title { 
	color: #753802;
	font-weight: bold;
	background-color: #EDD3B5;
	text-align:left;
	font-size: 12px;
	margin-bottom:5px;
	padding:3px;
	padding-left: 10px; 
}
.blog-box {
	color: #FDF5E6;
	padding:10px;
	font-size: 11px;
	margin-bottom:5px;
	text-align: left;
	border-bottom: 1px solid #EDD3B5;
}
.loginbutton {
	border: solid #F49BC2 2px; 
	background-color: #622F03;
	width:106px;
	font-weight: bold;
	height:20px;
	font-size: 11px;
	color:#FDF5E6;
	letter-spacing: 0.1em;
}
.formbox {
    width:100%;
	border: solid #EDD3B5 1px; 
	background-color: #EDD3B5;
	color:#753802;
	font-size:13px;
	padding:2px;
	margin-bottom:5px;
}
.formtextarea {
    width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid #000000 1px;  
	background-color: #EDD3B5;
	color:#753802;
	font-size:13px;
	padding:2px;
	margin-bottom:5px;
	margin-top:5px;
}
.formbutton {
	border: solid #000000 2px; 
	background-color: #F49BC2;
	color:#000000;
	font-size:13px;
	padding:2px;
	margin-top:5px;
	font-weight: bold;
}
.pinktext {
	color: #F49BC2;
	font-size: 12px;
	font-weight: bold;
}
.smpinktext {
	color: #F49BC2;
	font-size: 11px;
	font-weight:normal;
}