html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	border:0;
	font:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
	}

html { 
	background: #e7e3d8;
	height: 100%;
	width: 100%;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 100%;
	}
	
body {
	height: 100%;
	width: 100%;
	color: #4a494e;
	}
	
p {
	margin-top: 25px;
	padding: 0px 25px 0px 25px;
	}

a { 
	color: #86af49; 
	text-decoration: none; 
	border-bottom: 1px solid #b5b2aa;
	font-weight: bold; 
	transition: all .2s; 
	}
	
a:hover { 
	color: #74963f; 
	transition: all .2s; 
	border-bottom: 1px solid #74963f;
	}
	