body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #f1f0f9;

}

h1 {
	font-size: 60px;

}

h2 {
	font-size: 40px;

}

.purple {
	color: #8d1350;
}

.blue {
	color: #366598;
}

.green {
	color: #377759;

}

.content {
	padding-bottom: 20px;
	padding-left: 100px;

}

ul.bullet li {
	padding-left: 10px;
	margin-left: 10px;
	list-style-image: url(../images/bullet.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	z-index: auto;
	clip: rect(auto,auto,auto,auto);
	list-style-position: outside;
	background-position: center;
}

a:link, a:visited {
	font-weight: bold;
	color: #0000CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
}