/* CSS*/
body{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #999;
	color: #FFF;
}

a, a:visited {color:#FFF; text-decoration:none}
a:hover {color:#999; text-decoration:none}

/* general layout ------------------------------------------- */
#intro{
	position: absolute;
	top: -6px;
	left:2px;
	width: 6000px;
}

#applet{
	position: absolute;
	top: 10px;
	left: 15px

}

#main{
	font-family: Verdana, Arial;
	color: #FFF;
	text-decoration:none;
	position:absolute;
	width: 400px;
	top: 265px;
	left: 30px;
	border: 0px solid #555;
	}
/*
#link{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #F0F;
	/*background-color:#222;
	text-decoration:none;
	position:fixed;
	width: 400px;
	height: 25px;
	top: 350px;
	left: 80px;
	border: 0px solid #555;
	}
*/
/* text-specific styles ---------------------------------------- */
.date { border-left: 1px dotted #00A0FF; padding-left: 5px;}
li {list-style-type: none;}

li p {
	text-align: justify;
	margin-bottom: 30px;
}
li p img {
	border: 1px solid #FFF;
	margin: 10px 0px;
}

li p a, a:visited { border-bottom: 1px dotted #FFF;}
li p a:hover { color: #FFF; border-bottom: 1px dotted #00A0FF;}
.title{
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #F0F;
	text-decoration:none;
}

.base{
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #FFF;
	text-decoration:none;
}




