/* Базовые стили **************************************************/

body,p,ul,ol,dl,li,dd,dd,td,th,input,select,textarea { 
  font-family: Arial, helvetica, sans-serif; 
  font-size: 13px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Arial, helvetica, sans-serif;
  color: #105080;
}

h1 { 
  font-size: 18px; 
}

h2 { 
  font-size: 16px; 
}

h3 { 
  font-size: 15px;
}

h4 { 
  font-size: 14px; 
}

h5 { 
  font-size: 13px;
}

h6 { 
  font-size: 13px; 
	font-weight: normal;
}

a {
  color: #105080;
}

a:visited {
  color: #002040;
}

a:active {
  color: #dc143c;
}

a:hover {
 color: #7e0001;
}
