/***************************
      Generic Selectors
****************************/

BODY
{ 
 background-color: #FFFFFF;
 background-image: url('http://www.allaromatherapyguide.com/graphics/background.gif');
 background-attachment: fixed;
 font: 12pt Verdana;
 scrollbar-base-color: #CC6600;
 scrollbar-arrow-color: #FF0000;
 margin-top: 0;
}

H1
{
 font-size: 20pt;
 font-family: Verdana, Arial;
 font-weight: bold;
 color: green;
 margin-top: 0;
 margin-bottom: 0;
}

H2
{
 font-size: 12pt;
 font-family: Verdana, Arial;
 font-weight: bold;
 color: red;
 margin-top: 0;
 margin-bottom: 0;
}

H3
{
 font-size: 10pt;
 font-family: Verdana, Arial;
 font-weight: bold;
 color: black;
 margin-top: 0;
 margin-bottom: 0;
}

table#header1
{
 background-color:#ffffff;
 border: none #000000 0px;
 border-collapse: collapse;
 width: 760px;
 margin:0 auto;
}

table#header1 td
{
 padding: 0px;
 border: none #111111 0px;
 font-size: 10pt;
 border-collapse: collapse;
 width: 100%;
 valign: top;
}

table#header2
{
 background-color:#F5CF86;
 border: none #000000 0px;
 border-collapse: collapse;
 width: 760px;
 margin:0 auto;
}

table#header2 td
{
 padding: 5px;
 border: none #111111 0px;
 font-size: 10pt;
 border-collapse: collapse;
 valign: top;
}

table#footer1
{
 background-color:#F5CF86;
 border: none #000000 0px;
 border-collapse: collapse;
 width: 760px;
 margin:0 auto;
}

table#footer1 td
{
 padding: 10px;
 border: none #111111 0px;
 font-size: 8pt;
 border-collapse: collapse;
 valign: top;
}

table#content
{
 background-color:#ffffff;
 border: solid #000000 0px;
 border-collapse: collapse;
 width: 760px;
 margin:0 auto;
}

table#content td
{
 padding: 10px;
 border: solid #111111 0px;
 font-size: 10pt;
 valign: top;
}

p
{
 font-size: 10pt;
 font-family: Verdana, Arial;
 font-weight: normal;
 color: #000000;
 width: 100%;
 margin-top: 0;
 martin-bottom: 0;
 line-height: 150%;
}

p#p1
{
 font-size: 10pt;
 font-family: Verdana, Arial;
 font-weight: normal;
 color: #000000;
 width: 100%;
 margin-top: 0;
 martin-bottom: 0;
 line-height: 100%;
}

p#p2
{
 font-size: 10pt;
 font-family: Verdana, Arial;
 font-weight: normal;
 color: blue;
 width: 100%;
 margin-top: 0;
 martin-bottom: 0;
 line-height: 100%;
}

li
{
list-style-type: square;
font-size: 10pt;
font-family: Verdana, Arial;
line-height: 200%;
margin-top: 0;
martin-bottom: 0;
list-style position:outer;
}

/*****************************
        Pseudo classes
******************************/

a:hover
{
 color: #FF0000; 
 background-color: #FFFF00;
}

.pic1
{
 border: solid #000000 0px;
}

.content
{
 background-color:#ffffff;
 border: solid #000000 0px;
 border-collapse: collapse;
 width: 760px;
 align: left;
 padding: 10px;
}

.link1
{
 color: #000000;
 font-size: 8pt;
 font-family: Verdana, Arial;
 text-decoration: none;
 font-weight: normal;
}

.link2
{
 font-size: 10pt;
 font-family: Verdana, Arial;
 text-decoration: underline;
 font-weight: bold;
}

.link3
{
 font-size: 10pt;
 font-family: Verdana, Arial;
 text-decoration: none;
 font-weight: normal;
}

/**************************************
             Not Use
***************************************

:link
{
 color: #0000CC;
 text-decoration: underline;
 font-weight: bold;
}

li :link
{
 color: #0000CC;
 text-decoration: none;
 font-weight: bold;
}

:visited
{
 color: #800080;
 text-decoration: underline;
 font-weight: bold;
}

li :visited
{
 color: #800080;
 text-decoration: none;
 font-weight: bold;
}

****************************************/