/* Remove all browser dependent default styling */

/* Margins */
* {
	margin: 0;
	padding: 0;
}

/* CWT Standard values */

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	background: white;	
}

/* Standardize header containers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Remove default list styling */
ul, ol {
	list-style: none;
}

/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Standardize table styling */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Remove default borders */
fieldset, img {
	border: none;
}

/* Left-align text in captions and th containers */
caption, th {
	text-align: left;
}

/* Remove quotation marks from q containers */
q:before, q:after {
	content: "";
}
