body { padding: 5px; margin: 0px; background: #F2F0EA;}

/* Setting up the Link styles */
a { font-family: verdana, sans-serif; font-size: 12px; color: #990000; text-decoration: none; }
A:hover { color: blue; text-decoration: underline; }
A:active { color: #004800; text-decoration: underline; } 
A:visited { color: #333366F; text-decoration: none; } 

/* Hide is used to warn people with old browsers that they might have issues due to style sheets they can't see */
.hide { display: none; }

/* These are the same styles as the other sheets but like size elements */
.title { font-weight : bold; }
.body, p { }

#BeveledTextBox {
	width:640px;				/* Sets the width of the box element */
	-moz-border-radius: 15px;	/* Corner Radius for older versions of Mozilla Firefox */
	border-radius: 15px;		/* Corner Radius */
	margin-bottom:2cm;			/* Spacing below the box */
	background: #fff;			/* Background color of the box */
	color: #000;				/* Text Color */
	padding:25px;
	text-decoration: none;		
}		

