/* stylesheet for papier website */

A {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}

BODY {
	background-color: #E3FBFD;
	font-family: Times New Roman;
/*	font-size: 10pt;*/
/*	scrollbar-base-color: #006666;
	scrollbar-face-color: #006666;
	scrollbar-arrow-color: #99CCCC;
	scrollbar-track-color: #3E9696;
	scrollbar-highlight-color: #7DC7C7;
	scrollbar-3dlight-color: #006666;
	scrollbar-shadow-color: #003D3D;
	scrollbar-darkshadow-color: #000000;*/
}

HR {
	color: #000080;
}

LI {
	font-family: Times New Roman;
/*	font-size: 10pt;*/
}

P {
	font-family: Times New Roman;
/*	font-size: 10pt;*/
}

TD.menu {
	text-align:center;
	font-family: Times New Roman;
/*	font-size: 120%;*/
}

UL {
	font-family: Times New Roman;
/*	font-size: 10pt;*/
}

