/*
 * Copyright (c) Softdone. All rights reserved.
 * Softdone PROPRIETARY/CONFIDENTIAL.
 * 
 * @author Tinger Li
 * @version 1.0 / 2021-08-12
 *******************************************************************************
 * Home
 ******************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #444444;
}

a:hover {
	text-decoration: none;
}