/**
  * Reset declaration
  */
html,head,body,
div,blockquote,q,img,object,param,embed,area,map,b,i,em,strong,tt,sub,sup,big,small,hr
h1, h2, h3, h4, h5, h6,
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
html {
	border: none;
}

body {
	color: #333;
}

a, a:active, a:link {
	color: #363637;
	font-weight:bold;
	
	text-decoration: none;
	
}
a:hover {
color:black;
	text-decoration: underline;
}

a img {
	border: none;
}

table, td {
	border-collapse: collapse;
}

/**
  * Typography: fonts, font sizes.
  */

body {
	font: 76% Arial, Helvetica, sans-serif, Times, Georgia;
	color: #333;
}

select, input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, Times, Georgia;;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.34em;
	font-weight: normal;
}
h3 {
	font-size: 1.17em;
}
h4, h5 {
	font-size: 1em;
}