/* CSS Document */

body {
	margin-left: 10%;
	margin-right:10%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(images/tile2.gif);
	border-left:#CCCCCC solid 1px;
	padding:10px;
}

ul {
	list-style:square;
}

li {
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:#CCCCCC dashed 1px;
}

li:hover {
	border-color:#999999;
}

a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}
a:active {
	background-color:#CCCCCC;
}

h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#000000;
	letter-spacing:-1px;
	text-align:left;
}

h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#FF0000;
	letter-spacing:1px;
	text-align:left;
}

h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
}

