/* Tag-specific */

html,
	body {
		
                                margin:0;
		padding:0;
		color:#ffffff;
		background:#004c42;
	}
	body {
		padding:20px;
		font: 80%/144% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
h1{
    /* This font will be 20 pixels with the default web browser font size setting */
    font: 2em/1em  Ultra Serif SF, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color:#ffff00;
    font-weight:bold;

}

h2{
    /* This font will be 15 pixels with the default web browser font size setting */
    font: 1.5em/1em Arial, Helvetica, sans-serif;
    text-align: center;
    color:#ffff00;

}

h3{
    /* This font will be 12 pixels with the default web browser font size setting */
    font: bold 1.2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color:#ffff00;

}

h4{
    /* This font will be 9 pixels with the default web browser font size setting */
    font: bold 1.0em/.95em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color:#ffff00;

}

h5{
    /* This font will be 8 pixels with the default web browser font size setting */
    font: bold .85em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color:#ffff00;

}
	
/* link colors */

            A:link {color:#ffff00;}
            A:visited {color:#ffff00;}
            A:hover {color:#ff0000;}
            A:active {color:#ffff00;}





<!-- 
body { background-attachment: fixed; background-image: url('greenfade3c.jpg') }
-->
/*]]>*/