@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
.boutton
{
	border:2px dashed red; 
	border-radius:15px 15px 15px 15px; 
	color: RED; 
	font-size:1.17em; 
	background-color:#ffffff;
	padding: 5px;
}
h1
{
	color: RED; 
	font-family: Great Vibes;
}
.selectA
{
	border:0px;
	background-color:#ffffff;
	font-size: 1.17em;
}
.inputA
{
	border:1px solid #000000; 
	border-radius:15px 15px 15px 15px; 
	font-size:1.17em; 
	background-color:#ffffff;
}
.msg
{
	color: RED; 
	font-size:1.17em; 	
}
.TableDash
{
	border:2px dashed RED;
	border-radius:15px 15px 15px 15px; 
}
.Tablechat
{
	border:2px dashed RED;
	border-radius:15px 15px 15px 15px;
}
.divchat
{
	height: 600px;
	overflow: auto;
}
a
{
	color:RED;
}
a:visited
{
	color:RED;
}