body{
	margin		:0px;
	background	:#FFFFFF;
}

a{
	text-decoration:none;
}
a:link{
	color		:#339933;
}
a:visited{
	color		:#333399;
}
a:hover{
	color		:#339933;
	background	:#ffffff;
}
a:active{
	color		:#993333;
	background	:#ffccff;
	border-bottom	:1px dotted #000000;
}


#box{
	width			:775px;
	position		:absolute;
	left			:50%;
	margin-left		:-395px;
}

#title{ 
	margin-top		:30px;
	margin-left		:20px;

	text-align		:left;
	font-family		:sans-serif;
	font-size		:24pt;
}

#text{ 
	margin-top		:10px;
	margin-left		:60px;

	text-align		:left;
	font-family		:serif;
	font-size		:12pt;
}


