.main {
	width: 400px;
	background-color:#330000;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	background-color: #330000;
	border-left-color: #FFFFCC;
	border-bottom-color: #CCCC66;
	border-right-color: #CCCC66;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-left-width: thin;
}
.big_text {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF99;
	text-decoration: underline;
}
.divider {
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFF99;
}
.personal_note {
	text-align: left;
}
.centered {
	text-align: center;
	margin: 0px auto;
}
.links_box {
	width: 400px;
	padding: 2px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #000000;
	background-color:#336633;
	border-left-color: #FFFFCC;
	border-bottom-color: #CCCC66;
	border-right-color: #CCCC66;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-left-width: thin;
}
.links_box A:link {color: #000000; text-decoration: underline;}	
.links_box A:visited {color: #000000; text-decoration: underline;}
.links_box A:active {color: #000000; text-decoration: underline;}
.links_box A:hover {color: #000000; text-decoration: underline;}
	