/* Tag-specific */

html,
	body {
		
                                margin:0;
		padding:0;
		color:#000099;
		background:#9ac0cd;
	}
	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  Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color:#152079;
    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:#152079;

}

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:#152079;

}

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:#152079;

}
	
/* link colors */

            A:link {color:#0000ff;}
            A:visited {color:#4b0082;}
            A:hover {color:#ff0000;}
            A:active {color:#ff00ff;}





