body         { text-align: Left; text-indent: 0; font-family: Arial; font-size: 12pt; 
               margin-left: 0; margin-right: 0; margin-top: 0; 
               margin-bottom: 12; padding: 2px; scrollbar-face-color:'#000000';
scrollbar-arrow-color:'#AC7D49';
scrollbar-track-color:'#AC7D49';
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'#CCCCCC';
scrollbar-darkshadow-Color:'#AC7D49'; background-image:url('images/paper.gif') }
h1           { font-size: 9pt; font-family: Verdana; text-align: Left; color: #000000; 
               font-weight: bold }
h2           { font-size: 24pt; font-family: Verdana; font-weight: bold; text-align: Center; 
               color: #0066FF }
h3           { font-size: 20pt; font-family: Verdana; font-weight: bold; text-align: Center; 
               color: #0066FF }
h4           { font-size: 18pt; font-family: Verdana; font-weight: bold; text-align: Center; 
               color: #0066FF }
h5           { font-size: 18pt; font-family: Verdana; font-weight: regular; text-align: Center; 
               color: #0066FF}
h6           { font-size: 16pt; font-family: Verdana; font-weight: regular; text-align: Center; 
               color: #0066FF }
blockquote   { font-size: 12pt; color: black; text-align: Justify; margin-left: 120; 
               margin-right: 120 }

A:link {
	color: #0066ff;
	text-decoration: none;
}

A:visited {
	color: #0066ff;
	text-decoration: none;
}

A:active {
	color: #0066ff;
	text-decoration: none;
}

A:hover {
	color: #ff7f50;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 9px;
	font-family : Verdana;
	color : #000000;
}

P.footer {
	font-size: 8px;
	font-family : Verdana;
}

HR {
	color : #cccccc;
}

/* tweet button mouseover */
a.button {
	background: url(blog/upload/Image/tweet-emu-button.gif) no-repeat 0 0;
	width: 210px;
	height: 60px;
	display: block;
	text-indent: -9999px;
}
a.button:hover { background-position: 0 -60px; }
a.button:active { background-position: 0 -120px; }
