html {
}

body {
	margin: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

body,p,td,th,div,input,textarea,select,li {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,Tahoma,sans-serif;
	color: #010101;
}

.tit {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 5px;
}

.small {
	font-size: 10px;
}

/* LINKS */

a:link, a:visited, a:active {
	color: #010101;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


