﻿/* CSS Document */

html {
	overflow-y: scroll;
	cursor: default;
}

*:focus {  
	outline: none !important;
} 
