@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

p {
	color:#999
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;

}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
a:link {
	color: #666;
	font-size: 1.em; 
	letter-spacing: 0.1em;
	font-weight: normal;
	text-decoration:underline;
	}
	
a:visited {
	color: #666; 
	font-size: 1.em;
	letter-spacing: 0.1em;
	font-weight: normal; 
	text-decoration: underline;
	}

a:hover {
	color: #000; 
	font-size: 1.em;
	letter-spacing: 0.1em;
	font-weight: normal; 
	text-decoration: none;
	}