.button{
background : white;
border-width : thin;
border-style :  solid;
border-color :  gray;
font-weight : bold; 
font-style :  normal;
font-size : 14;
color : Black;
font-family : Times New Roman;
cursor : hand;
}
.text{
font-weight : thin; 
font-style :  normal;
font-size : 14;
color : #383838;
font-family : Old Book Style;
}
.link{
text-decoration: none;
font-weight : bold; 
font-style :  normal;
font-size : 16;
color : white;
font-family : Times New Roman;
}
.link_off{
text-decoration: none;
font-weight : bold; 
font-style :  normal;
font-size : 16;
color : #425A6B;
font-family : Times New Roman;
}
.input{
background : #ECEEE4;
border-width : thin;
border-style :  solid;
border-color :  gray;
font-weight : bold; 
font-style :  normal;
font-size : 14;
color : #383838;
font-family : Old Book Style;
}
.talk{
border-width : thin;
border-style :  solid;
border-color :  #BD5A00;
font-weight : normal; 
font-style :  normal;
font-size : 12;
color : Black;
font-family : Times New Roman;
}
