@charset "UTF-8";
/* CSS Document */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	font-family: "Adobe Caslon Pro", "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	line-height: 135%;
	color: #FFFFFF;
	width: 800px;
}

a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover, a:active {
	border-bottom-style: solid;
}

#sign {
	margin-top: 100px;
}

p {
	margin-top: 30px;
}
