﻿@import url(//fonts.googleapis.com/css?family=Open+Sans);

/* global_font_reset */
html {
	font-size: 75%;
}
/* body_reset */	
body {
	background: #FFF; 
	line-height: 1;
	}
/* body_reset */	
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, ol, ul,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
}

/* underline_a */
a {
	text-decoration: underline;
}

/* hover_a */	
a:hover {
	text-decoration: none;
}

/* font_resets */
h1, h2, h3, h4, h5, h6, th, var, address, caption, cite, code, dfn {
	font-weight: normal;
	font-style: normal;
}

/* font_resets */	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* table_reset */
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* ul_resets */
ol,ul {
	list-style: none;
}
	
/* border_resets */
fieldset, img, abbr, acronym{
	border: 0;
}

/* q_resets */
q:before,q:after {
	content: '';
}

/* caption_text_reset */
caption, th {
	text-align: left;
}

/*  */