/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
:focus {-moz-outline-style:none;}
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
html, body { background-color:transparent; height: 100%; min-height: 100%; } 
html,body { margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 10px; } /* Type size equalizer */


body {
	background-color:#FFF;
	color: #000;
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-weight: normal;
	margin: 40px;
	padding: 0px 30% 0px 0px;
	text-align: left;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1em;
	padding: 0em;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
	padding: 0em;
}

p, li  {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1em;
}

ul {
	margin-left: 2em;
	list-style-type: disc;
}



.uploaded_photo {
	background-color:#FFF;
	border: 1px solid #235126;
	padding: 5px;
	margin: 10px;
}
