/* CSS Document */
  body {background-color: E7E8E1}

/*Font Values*/
  h2	{font-family: Sans-serif; font-size: 20px; text-align: justify; color: #00A3DF}
  h3 	{font-family: Sans-serif; font-size: 16px; text-align: justify; color: #00A3DF}
  h4 	{font-family: Sans-serif; font-size: 14px; text-align: justify; color: #6AC000}
  h4.two{font-family: Sans-serif; font-size: 14px; text-align: justify; color: #00A3DF}
  h6 	{font-family: Sans-serif; font-size: 10px; text-align: justify; color: #5A5656}

/*Link Values*/
  a.one:link 	{color: #5A5656; text-decoration: underline}
  a.one:visited	{color: #5A5656; text-decoration: none}
  a.one:hover	{color: #00A3DF; text-decoration: none}
  a.one:active	{color: #000000; text-decoration: none}
  
  a.two:link 	{color: #5A5656; text-decoration: none}
  a.two:visited	{color: #5A5656; text-decoration: none}
  a.two:hover	{color: #00A3DF; text-decoration: underline}
  a.two:active	{color: #00A3DF; text-decoration: underline}

/**/

/**/
/**/
/**/
/**/
