@charset "utf-8";



/* --------------------------------------- ACCESS --------------------------------------- */

.access  a:link{
font-size:11px;
	color :#ffff99;
	text-decoration : none ;
}

.access  a:visited {
font-size:11px;
	color :#ffff99;
	text-decoration : none ;
}

.access  a:hover {
font-size:11px;
	color :#ffff99;
	text-decoration : underline ;
}

.access  a:active {
font-size:11px;
	color :#ffff99;
	text-decoration : none ;
}

.access h2{
	margin:0px 0px 30px 0px;
}

.access p{
	margin:0px 0px 30px 0px;
}

.access h3{
	margin:30px 0px 0px 0px;
}

.access ul{
	list-style-type:none;
	letter-spacing:1px;
}

.access h4{
	font-size:90%;
	margin:25px 0px 0px 0px;
	font-weight:bold;
}





