/* external css file */
/* filename 'constyle.css' */


body {color: white; background-color: rgb(248,244,240); font-family: 'Times New Roman', sans-serif;}

p, h1, h3 {margin: 2px 2px 0px 2px;}

p {font-weight: 600; font-size: medium; color: rgb(0,0,104); background-color: transparent;}

h1 {font-weight: 400; color: rgb(0,0,104); background-color: transparent;}

h3 {font-weight: 400; color: rgb(0,0,104); background-color: transparent;}

.footer {font-weight: bold; font-family: Arial, sans-serif; }

.phone {font-weight: 500; color: blue; background-color: transparent;}

.type1 {color:#8C4E95; text-decoration:underline; font-size:9pt;}

.type2 {color:#8C4E95; text-decoration:underline; font-size:14pt;}

