a:link {color: rgb(255, 255, 32)}
a:visited {color: #dddd00}
a:hover {color: #ee00FF}
a:active {color: #ddcc00}




body {		
	background-image: url('image001.jpg');
	background-color: rgb(24, 96, 128);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: 12px/1.7em "Arial", sans-serif;
	color: rgb(255, 255, 32);
	text-shadow:rgb(0, 0, 0) 1px 1px 1px;
	margin: 10px 0 10px;
	
}

h1 {
	/*height: 48px;*/
	/*width: 800px;
	margin: 0 auto;
	text-indent: 0em;
	overflow: hidden;*/
	text-align: center;
}

h2 {display: block;
	/*width: 800px;*/
	/*height: 48px;
	margin: 0 auto;
	text-indent: 0em;
	overflow: hidden;*/
	text-align: center;
	background-color: rgba(127,127,195,0.6);
}

pos_top1
{
position: relative;
top:360px;
}

h3 {display: block;
	/*width: 760px;
	margin: 0 auto;
	text-indent: 0em;
	overflow: hidden;*/
	text-align: center;
	background-color: rgba(127,127,195,0.6);
}



hr {
	width: 100%;
	height: 2px;
	margin: 2px 0;
	border-width: 2px 0;
	border-style: solid;
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(255,255,255,0.5);
	border-top-width: 1px;
	border-bottom-width: 1px;
}


/* @group Instructions */

li {
	list-style-type:  disc;
}

li span {
	color: rgba(255,255,255,0.6);
}

/* @end */
