p 
	{ 
	font-family: Tahoma; 
	font-size: 10pt; 
	text-align: justify;
	color: black;
	}
body
	{
	background: #FFFFFF;
	background: url(img/back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	}
a
	{
	color: #718B95;
	text-decoration: none;
	}
a:hover
	{
	color: #718B95;
	text-decoration: underline;
	}
.small
	{
	font-family: Tahoma; 
	font-size: 8pt;
	color: black;
	}
.button
	{
	background: #CEE1E8; 
	border: 1px ridge; 
	font-family: Tahoma; 
	font-size: 9pt;
	}
.textbox
	{
	border: 1px solid; 
	font-family: Tahoma; 
	font-size: 9pt; 
	}
.pasteform
	{
	background: none;
	font-family: Tahoma; 
	font-size: 9pt; 
	color: black;
	}
.code 
	{ 
	font-family: Courier; 
	font-size: 10pt;
	color: black; 
	}
