body {

	background: #ffffff;

	background-repeat:repeat-x;

	background-position: center top;

	margin: 0px;

	font-size: 14px;

	color: #000000;

	width: 100%;

}



a:link {

	color:blue;

	text-decoration: none;

}

a:visited {

	color:purple;

	text-decoration: none;

}

a:alink {

	color:white;

	text-decoration: none;

}

a:hover {

	color:#BF00FF;

	text-decoration: underline;

}

a:visited:hover {

	color:#D200FF;	

	text-decoration: none;

}



h1 {

	text-align: center;

	font-size: 16px;

	font-weight: normal;

	color: blue;

}

table {

	cellspacing: 0;

	cellpadding: 0;

	border: 0;

	border-spacing: 0;

}

a img { border: none; }



ul#link {

	padding: 1px;

	font-size: 12px;

	text-align: left;

}

div#comm {

	width: 150px;

	height: 100px;

	padding: 1px;

	overflow: auto;

	color: #000000;

	font-size: 12px;

}