/* CSS Document */
body {
	background-color: #B4C0CC;
}

h1 {
	font-size:16px;
}

p {
	font-size:16px;
	font-weight:bold;
	text-align:justify;
}

ul
{
	list-style-type: disc;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
}

a:link {
	text-indent: 24 px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:visited {
	text-indent: 24 px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover {
	text-indent: 24 px;
	font-size: 14px;
	font-weight: bold;
	background-color: #B4C0CC;
	text-decoration: none;
}

a:active {
	text-indent: 24 px;
	text-decoration: none;
}

body,td,th {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

