/* CSS */
BODY	{
	font-size:15;
	color:303060;
	background-image:url("img/bg2.jpg");
/*	background-attachment: fixed;	*/
	scrollbar-face-color:d0acfd;
	scrollbar-arrow-color:4040B0;
	scrollbar-highlight-color:e0e0e0;
	scrollbar-3dlight-color:d0d0d0;
	scrollbar-shadow-color:333333;
	scrollbar-darkshadow-color:808080;
	scrollbar-track-color:d5d5f0;
	}
A	{
	color:730398;
	text-decoration:underline;
	}
A:visited	{
	color:5e58cf;
	text-decoration:underline;
	}	
A:hover	{
	color:ea265c;
	text-decoration:underline;
	}
TABLE	{border:thin;font-size:15}
IMG	{border:none}
INPUT	{border:thin;cursor:hand}
.1		{background-color:#e3f9f9}
.2		{background-color:#f9e3f9}
.3		{background-color:#f9f9e3}
.4		{background-color:#e9f6ff}
