/* Atomic CSS
 * A simple general UI. Makes things generally nicer.
 * Icons purchased from www.glyphicons.com with the glyphiconsALL package
 *
 ************************************************************/

/* Page Reset
***************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Page Attributes
***************************************************************/

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
}
/*
h1{
	font-family: Arial;
	font-size: 2.4em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	font-weight: bold;
	margin: 1%;
}

h2{
	font-family: Arial;
	font-size: 2.2em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	font-weight: bold;
	margin: 1%;
}

h3{
	font-family: Arial;
	font-size: 2em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	font-weight: bold;
	margin: 1%;
}

h4{
	font-family: Arial;
	font-size: 1.8em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	font-weight: bold;
	margin: 1%;
}

h5{
	font-family: Arial;
	font-size: 1.6em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	font-weight: bold;
	margin: 1%;
}

p{
	font-family: Arial;
	font-size: 1em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	margin: 1%;
}

ol li, ul li{
	font-family: Arial;
	font-size: 1em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	margin: 0;
	margin-left: 30px;
}

table{
	float: left;
	width: 100%;
}

table td, table th{
	font-family: Arial;
	font-size: 1em;
	line-height: 1.4em;
	font-style: normal;
	color: #222;
	border: none;
	outline: none;
}

a{
	font-family: Arial;
	font-size: 1em;
	line-height: 1.2em;
	font-style: normal;
	color: #222;
	text-decoration: none;
	margin: 1%;
	cursor: pointer;
}

a:hover{
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	color: #444;
	text-decoration: underline;
}

img{
	border: none;
	outline: none;
}*/