/* CSS Document */

h1{font-size: 2.3em;
font-weight: normal;
letter-spacing: -1px;
padding-bottom: 10px;}

p{text-align:justify}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
