body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fbffff;
    margin-left: auto;
    margin-right: auto; 
	overflow: auto;
	background: #fff url(_img/dopp.jpg) no-repeat fixed 50% 50%;
}
#content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    margin-left: auto;
    margin-right: auto;
	display:  block;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
}
#center
{
    margin-left: auto;
    margin-right: auto; 
	display:  inline;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
a 
	{
	text-decoration: none;
	}

a:link
	{ 
	color: #fff;
	text-decoration: none;
	}

a:visited 
	{
	color: #fff;
	text-decoration: none;
	}

a:active 
	{
	color: #fff;
	text-decoration: none;
	}

a:hover
	{
	color: #00134d;
	text-decoration: none;
	border-bottom-color: #ffa60a;
	border-bottom-width: 2px;
	font-style: italic;
	font-variant: small-caps;
}
textarea
{
	border: #fff 1px;
	background-color: rgba(255,252,252,0.5);
}
input
{
	background-color: rgba(255,252,252,0.5);
	border: 1px #ffffff;
}
