
/* basic elements */
body { 
	# font: 13pt georgia; 
	color: #000000; 
	background:#FFFFFF; 
	# margin: 0px; 
	}

p { 
	# font: 13pt georgia; 
	# margin-top: 5px; 
  	# margin-left: 5px;       
	text-align: justify;
	}

h1 { 
	font: 20pt georgia; 
    text-align: center;
	# letter-spacing: 1px; 
	# margin-bottom: 0px; 
	color: #000000;
	}

h2 { 
	font: 14pt georgia;
   	# letter-spacing: 1px; 
	# margin-bottom: 0px; 
	color: #000000;

	}

h3 { 
	font: 11pt georgia;
   	# letter-spacing: 1px; 
	# margin-bottom: 0px; 
	color: #000000;

	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000ff;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #3300aa;
	}

.navbar { 
     background: #82CAFA; 
     }

.navbar li {
     padding: 2px;
     }
