@charset "utf-8";

/* reset styles */

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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* core styles for page */

body 				{ font:normal 16px/20px Arial, Helvetica, sans-serif; }
img 				{ float:left; padding:1px; border:3px solid #dfefff; margin:0 5px;}
a					{ color:#0080ff; text-decoration:none; }
a:hover				{ text-decoration:underline; }
strong				{ font-size:24px; padding-left:5px; }
#header 			{ background:#0080FF; color:#fff; padding:10px; }
fieldset			{ padding:10px 0; }
label, input		{ font:bold 24px/36px Arial; }
#submit				{ line-height:24px; }
.vcard				{ float:left; border-bottom:1px solid #cecece; padding:10px 0; width:20%; }
.user				{ clear:both; width:100%; font:normal 36px/48px "Arial Black"; text-align:center; background:#e0f0ff; }



