body {
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	font-size: 6px;
	font-family: Georgia;
}


/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; 
padding: 17px; 
color:#000;
width:120px

}

div.box-contents2 {
	position: relative; 
padding: 5px; 
color:#000;
width:130px

}