a img
{
	border-style: none;
}

body
{
	padding:0px;
	margin:0px;	
	font-family: Verdana, Arial, sans-serif;	
	font-size: 14px;
	line-height: 24px;
	background-color: #DEDEDE;
	background-image: url("../images/widgets/backgroundGradient.jpg");
	background-repeat: repeat-x;
}

code
{
	padding:10px;
	display: block;
	white-space:pre;
	line-height:16px;
	border: 1px dashed #999999;
	background-color: #F5F5F5;
}

h1
{
	padding:10px;
	font-size:26px;
	line-height: 35px;		
	background-color:#35358c;
	color:white;
	border: 5px double white;
}

h2
{
	font-size:20px;
	color: #009900;
}