

body{
	--linkColor:#ca0505;
	--hoverColor:white;
	--hoverBackground:red;
}



a:link {
  color: var(--linkColor); 
  text-decoration: none; 
  }
a:visited {
  color: var(--linkColor);
  text-decoration: none; 
 }
a:hover { 
  color: var(--hoverColor);
  background-color: var(--hoverBackground);
  text-decoration: none; 
 }
a:active {
  color: var(--hoverColor);  
  text-decoration: none; 
 }

 


.nar_pad
{
padding-left: 50px;
padding-right: 50px;
}


.date_pad
{
padding-left: 40px;
}









.dates
{
font-size: 18px;
font-weight: bold;
	}



.mail_list
{
font-size: 20px;
font-weight: bold;
}



.reg_link
{
font-size: 20px;
font-weight: bold;
}


.reg_proc
{
font-size: 18px;
font-weight: bold;
}


.tiny01
{
font-size: 10px;
font-style: italic;
}

