@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
}

P{
	font-size: 14px;
}

H1, H2, H3, H4 {margin: 0px; padding: 0px;}
H1 {font-size: 24px;}  /* displayed at 24px */
H2 {font-size: 18px; color:#630765;}  /* displayed at 18px */
H3 {font-size: 16px;}  /* displayed at 15px */
H4 {font-size: 14px;}  /* displayed at 12px */

