/* -------------------- standard tags -------------------- */
* { /* sets all margin and paddings to 0 to stop compatability problems */
	margin: 0px;
	padding: 0px;
}

body {
	background-position: center top;
	background-color: #F5F6CE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	padding: 10px;
}
a, a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #3300CC;
	text-decoration: underline;
}
ul {
	padding-left: 1em;
	list-style-position: outside;
}

p {padding-bottom: 10px;}

h1 {
	margin-bottom: 10px;
	color: #990066;
	padding: 2px 5px;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	margin-bottom: 10px;
	color: #000;
	padding: 2px 5px;
	font-weight: normal;
	text-transform: capitalize;
}
.content {

}
.main b{
	color: #990066;
}
.footer {
	padding-top: 25px;
}

