body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin: 0px 30px 30px;
	background-color: White;}
	
a {text-decoration:none; color:blue;}
a:visited {color: blue;}
a:hover {color:red;}

a.nounderline:hover {text-decoration: none;}
a.nounderline:visited {color:blue}
a.nounderline:hover {color:blue}

a.invisible:link {color: White;} 
a.invisible:hover {color: White;}
a.invisible:visited {color: White;}


.textbox {
	font-size: 8pt;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 500px;
	line-height: 150%;
	}

.blackbox {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#punkymoods {
	border: 1px solid Black;
	width: 97px;
	margin:10px 10px 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	color: Red;
	background-color: #D2EEAA;
	float: right;
}

#twitter_div {
	border: 1px solid Black;
	width: 200px;
	margin:166px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	color: Red;
	background-color: #D2EEAA;
	position: absolute;
	right: 10px;
	top: 80px;
}