BODY {	FONT-SIZE: 70%; MARGIN: 0px;;}

TABLE   { border-collapse: collapse;  }

a:link, a:visited { /* this defines unclicked, and clicked link properties */
	text-decoration: underline; /* you can set this to underline, or none. */
	color: #000000; /* sets color, hexadecimal, right now it is black */
	 /* sets your font to bold. bold or none are most common here font-weight: bold; */
}

a:hover, a:active { /* defines mouseover, and clicked/processing links */
	text-decoration: underline; /* set this to the opposite of what rested state links are for it to underline on mouseover */
	color: #000000;
	
}

img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}


p
{
font-size: 13px;
}
{
font-family: Verdana, Arial, Helvetica, sans-serif;
}


.roundcont {
	width: 120px;
	background-color: #E0DDBA;
	color: Black;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	hieght: 20px;
	background: url(roundrect_tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(roundrect_br.jpg) no-repeat top right; 
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}

.container
{
   width: 130;
   color: #000;
   background-color: #EEE;
}

.upperleft { background: url(roundrect_tl.jpg) no-repeat top left }

.upperright { background: url(roundrect_tr.jpg) no-repeat top right }

.lowerleft { background: url(roundrect_bl.jpg) no-repeat bottom left }

.lowerright { background: url(roundrect_br.jpg) no-repeat bottom right }

.content { padding: 10px }