/* CSS Document */
/***** default styles *****/
* {
}
/***** text styles *****/
html{
	padding:0;
	margin:0;
	overflow-y:scroll;
}
body{
}
