body
{
 font-size: 12pt;
 font-family: Times New Roman;  
}

a:link 
{
  color: black; 
  text-decoration: none;
}

a:hover
{
  color: green !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
}

a:active 
{
  color: purple; 
  text-decoration: underline;
}

a:visited
{
  color: black; 
  text-decoration: none;
}

.header
{
   font-size: 14pt;
   font-family: Times New Roman;
   color: #ff0000;
}

.title
{
 font-family: Times New Roman;
 font-size: 16pt;
 font-weight: normal;
 color: #000000;
}

.abstract
{
 font-family: Times New Roman;
 font-size: 10pt;
 font-weight: normal;
 color: #000000;
}

.article
{
 font-family: Times New Roman;
 font-size: 12pt;
 font-weight: normal;
 color: #000000;
}

.t1
{
   font-size: 12pt;
   font-family: Times New Roman;
   color: #000000;
}
.text-center {
    text-align: center;
}
.text-indent {
    text-indent: 10px;
}
.text-bolded {
    font-weight: bold;
}
.d-block {
    display: block
}







