body{
font-family:"Arial";
}

.text_button {
font-size:12px;
font-weight: bold;
color: #fff;

}


.text {
font-size:11px;
font-weight: normal;
}

.title {
font-size:12px;
font-weight: bold;
}

.bold {
font-weight: bold;
}

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