@import "http://";
@charset "utf-8";

/***** default styles
*******************************************/


<style type="text/css">
color { background-color:black; }


A:link {  color: #00BFFF; text-decoration: none}
A:visited {  color: #00BFFF; text-decoration: none}
A:hover {  color: #FF9900; text-decoration: none}
A:active {  color: #CC6600; text-decoration: none}
</style>


/***** text styles
*******************************************/



scrollbar-face-color:#FBFFEC;
scrollbar-highlight-color:#E3E3FF;
scrollbar-arrow-color:#200059}


p {
	line-height: 1.1;
	text-justify: distribute;

}

html {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}


body {
	color: #ffffff;
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style:normal;
	padding: 0;
	margin: 0;
	width: 100%;
	background-image: url(images/background_pic5.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top
}



p, ul, ol, dl, table, pre {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, serif;
	font-weight: 100;
	font-style:normal;
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
}

img {
	border: 0;
	vertical-align: bottom;

}

