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

body {background-color: white}

/* page text */
p {
 font-family: Arial, Helvetica, sans-serif;
 color:#333333;
 background: white;
 font-size: 12px;
 line-height: 144%;
}

/* header for page text */
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: strong;
 font-style:italic;
 color:#222222;
 background: white;
 font-size: 12px;
}

/* header for menu main categories */
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: strong;
 color:#222222;
 background: white;
 font-size: 14px;
 
}

/* header for menu sub-categories */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-style: italic;
 color: #222222;
 background: white;
 font-size: 12px;
 
}


/* link properties */
a:link {color: #222222;}
a:visited {color: #222222;}
a:active {color: #222222;}
a:hover {color: #666666;}
a {text-decoration: none;}

