body, td {
	text-align: center;
	color : black;
	font-size: 14px;
	font-family : Arial;
}
.big{
	font-size: 18px;
}
li, ul{
	text-align: left;
}
/* TEXT */
.welcome{
	font-size: 18px;
	font-weight: bold;
}
.hotlineTop{
	font-size: 38px;
	font-weight: bolder;
	font-style: italic;
	color: Red;
}
.hotlineBottom{
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	color: Red;
}
.proff{
	font-weight: bold;
	font-size: 20px;
}

a:link, a:visited, a:active { 
text-decoration: underline;
background-color: none;  
color: #21478E;
font-variant: normal; 

} 
a:hover{ 
text-decoration: underline;
color: #21478E; 
background-color: none; 
font-variant: normal; 
font-weight: bold;
}