﻿html{
	margin:0px;
	width:100%;
}

body {
	margin:0px;
	width:100%;
	font: normal 100% "微软雅黑", "华文细黑", "Microsoft YaHei","sans-serif";
	font-size:10px;
	font-family:"微软雅黑";
	background-color:#f8f8f8;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:none;
    color:White;
}

a:visited
{
    text-decoration:none;
    color:White;   
}

a:link
{
    text-decoration:none;
    color:White;    
}

a:active
{
    text-decoration:none;
    color:White;    
}

textarea {
    resize:none;
}

.navBack{
	cursor:pointer;

	&:hover{
		color:#FF9900;
	}
}

input.ng-invalid{
	border-color:red;
	border-style:solid;
	border-width:1px;	
}

