/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}



/*----------------------------
	Main Section
-----------------------------*/

#note{
	color: #000;
	font-size: 12px;
	text-align: center;
}
