html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	background:url(images/gradient.jpg) repeat-x #f3f3f5;
	}

h1 {
	color:#b30000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	}

h2 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}

h3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;

	}


p {
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	}

.dashed {
	border: dashed 1px #b30000;
	background-color:#FFFFCC;
	}
	
.highlighter {
	background-color:#FFFF33;
	}
