                                                /* Tag-specific */

HTML {
    font-size: 100%;
    font-smooth: 1em;
	color: #050202;
}

body {
    /* The default font size will be 10 pixels with the default web browser font size setting*/
    font: normal 0.625em/1em Arial, Helvetica, sans-serif;
}

div {
	color: #050202;
	font-weight: normal;
}

input, select, textarea {
    font-size: 100%;
}

p {
	color: #050202;
    font: normal 110%/110% Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	margin-top: 0px
}

* p {
	color: #050202;
    font: normal 110%/110% Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	margin-top: 0px
}

i {
	font-style: italics;
}

b strong {
	color: #050202;
	font-weight: 800;
}

b strong * {
	color: #050202;
	font-weight: 800;
}

/*td {
        font: normal 110%/110% Arial, Helvetica, sans-serif;
}*/

h1 {
    /* This font will be 21 pixels with the default web browser font size setting */
    font: 170%/1em Arial, sans-serif; letter-spacing: .05em; font-weight: normal;
}

h2 {
    /* This font will be 16 pixels with the default web browser font size setting */
    font: 130%/1em Arial, sans-serif; letter-spacing: .05em; font-weight: bold;
}

h3 {
    /* This font will be 11 pixels with the default web browser font size setting */
    font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
}

h4 {
    /* This font will be 10 pixels with the default web browser font size setting */
    font: bold 1em/1em Arial, Helvetica, sans-serif;
}

h5 {
    font: bold .9em/1em Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #663300;
	text-decoration: none;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}






      
      
      
      
      