/*<group=General Styles.......Blank Theme by Abraham Cherian 2006    >*/

body {
	font-size: 0.85em;
	font-family: 'Helvetica, Arial;
	color: #333333;
	margin: 1px;
	background: white;
	text-align: center;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}

/* My Comment */

a:link {
	color: orange;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	background: white;
	color: black;
	width: 500px;
	margin-top: 0;
	margin: 0;
	padding: 0;
}

#contentContainer #content {
	padding: 0px;
}
	
/*</group>*/