@charset "utf-8";
/* CSS Document */

/* ABS JOIN SITE */

body {
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 62.5%;
}

h2 {
	font-size: 1.8em;
	color: #F63;
	text-transform: uppercase;
}

h3 {
	font-size: 1.6em;
	color: #035;
}

p { 
	font-size: 1.4em;
	text-align: left;
}

li {
	font-size: 1.4em;
}

a:link, a:active, a:visited {
	color: #F63;
	font-weight: bold;
	text-decoration: underline;
}

.footnote {
	font-size: 1.2em;
	font-style: italic;
	text-align: justify;
}

.copyright {
	font-size: 0.9em;
	margin-top: 5px;
	padding-right: 10px;
}

#footer {
	width: 781px;
	background-color: #060;
	margin-left: auto;
	margin-right: auto
}
