/* Generic Selectors */

body {

font-family: Arial;

font-size: 12px;

}


/*------------------------------*/
h1 {
font-family: Arial;
font-size: 22px;
font-weight: bold;
color: #000000;
}

/*------------------------------*/
h2 {
font-family: Arial;
font-size: 16px;
font-weight: bold;
text-align: bottom;
color: #000000;
margin-left: 4px;
/*margin-left: 22px;*/
}
/*------------------------------*/
/*for regular text*/
h3 {
font-family: Arial;
font-size: 12px;
color: #000000;
font-weight: normal;
margin-left: 4px;
}
/*------------------------------*/

/*for regular text-with indent*/
h4 {
font-family: Arial;
font-size: 12px;
color: #000000;
font-weight: normal;

/*margin-left: 22px;*/
}
/*white */
h5 {
font-family: Arial;
font-size: 12px;
color: #000000;

background: #FFFFFF;
}
h6 {
background: #450000;
height: 10px;
}
/**************** Pseudo classes ****************/

a:link {
text-decoration: underline;
font-weight: bold;
}
a:visited {
/*color: #00CC00;*/
text-decoration: underline;
font-weight: bold;
}

li {
list-style-type: disc;
font-size: 12px;
font-family: Arial;
/*margin-left: 0px;*/
}



/************************* ID's *************************/