body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img {  border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym {border:0; }
a,img {text-decoration: none;
	outline:#FFF;
}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
div.break {	display:block; clear:both; height:1px;}
/* 
END RESET --------- */

body {
	background: #FFF;
	color:#555;
	font:10px/18px "andale mono","courier new","monaco","lucida console", monospace;
	text-align:left;
}
#content {
	margin:30px 0 30px 50px;
	width:235px;
}
img {
	margin:0 auto 12px 0;
}
p {
	margin:4px;
}
p span.num {
	font:13px Helvetica, Arial, sans-serif;	
}
p a {
	background:#F1F1F1;
	padding:2px;
	color:#378899;
}
p a:hover {
	background:#EBEBEB;
	color:#666;
}
