/* Main */


	body {
		background-color: #003366;
		color: #3399cc;
		font-family: tahoma,sans-serif;
		font-size: 12pt;
		}

	p {
		margin-left: 50px;
		margin-right: 10px;
		}

	h1 {
		text-align: center;
		font-weight: 500;
		font-size: 24pt;
		}

	h2 {
		font-weight: 800;
		font-size: 14pt;
		}

abbr, acronym, dfn {
		cursor: help; 
		border-bottom: dashed lime 1px; 
		}

/* Links */

	a:link {
		color: #336699;
		text-decoration: underline;
		font-weight: 500;
		}

	a:visited {
		color: #3399ff;
		text-decoration: line-through;
		font-weight: 500;
		}

	a:hover, a:active {
		color: #000000;
		text-decoration: none;
		text-decoration: line-through;
		font-weight: 500;
		}
		