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

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

a {text-decoration: none}
a:link {color:'2d73b9'; font-weight:normal; }
a:visited {color:'2d73b9'; font-weight:normal; }
a:hover {color:'red'; text-decoration:underline;}
a:active {color:'red'; font-weight:normal; }
 
/* title in black - can use once*/
h1 {
font-size: 24px;
color: #000000;
font-weight: normal;
margin-top: 0px;
margin-bottom: 1px;
font-family: Arial, Helvetica, sans-serif;
} 

/* header in green - can use many*/
h2 {
font-size: 16px;
color: #006600;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
} 

/* title in black - can use many*/
h3 {
font-size: 24px;
color: #000000;
font-weight: normal;
margin-top: 0px;
margin-bottom: 1px;
font-family: Arial, Helvetica, sans-serif;
} 

/* text small gray- can use many*/
h4 {
font-size: 10px;
color: #CCCCCC;
font-weight: normal;
margin-top: 0px;
margin-bottom: 1px;
} 
