/* CSS Document */

html { 
	font-family: Lucida Grande, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FE9915;
	}

body {
	background:url(imgs/bg_pict.jpg); background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4f007d;

}

a:link {
	color: #FE9915;
	text-decoration:none;
}
a:visited {
	color: #FE9915;
	text-decoration:none;
}
a:hover {
	color: #FFE7BE;
 	text-decoration:underline;
}
a:active {
	color: #FE9915;
	text-decoration:none;
}


.title {
	font-family: Lucida Grande, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FFE7BE;

}

.body {
	font-family: Lucida Grande, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FE9915;

}


.paragraph {
	padding-left: 22px;
	padding-top: 36px;

}

