/* CSS Document */

p {
	font-family: verdana, arial, sans-serif;
	line-height: 170%;
	font-size: 0.7em;
	color: #5A6766;
	text-align: left;
}

.p2 {
	font-family: verdana, arial, sans-serif;
	line-height: 170%;
	font-size: 0.7em;
	color: #5A6766;
	text-align: center;
}

h1 {
	font-family: verdana, ariel, sans-serif;
	line-height: 100%;
	font-size: 1.3em;
	color: #80A2AE;
	text-align: left;
	
}

// LINK SETTINGS

a:link {
color: #5a6766;
text-decoration: underline;
}

a:visited {
color: #5a6766;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
background-color: #879c9c;

}
