﻿/* 

Styles for common use in Articles and so on...

*/


h1 {
	font-size:22px;
  color:black;
  font-family: Arial;
}

h2 {
	font-size:18px;
  color:black;
  font-family: Arial;
}

h3 {
	font-size:12px;
  color:black;
  font-family: Arial;
  line-height: 100%
}

h4 {
	font-size:12px;
  color:black;
  font-family: Arial;
  line-height: 1%
}

p {
	font-size:12px;
  color:black;
  font-family: Arial;
}