/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	margin-right: 55px;
	margin-left: 15px;
}
A:LINK { color: #000099}
A:visited { color: #000099}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	color: #000066;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #000066;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	margin-right: 55px;
	padding-bottom: 7px;
	list-style-image: url(images/ball.gif);
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;

}