body 	
	{; 
		background-color: FFFFFF; 
		background-repeat: no-repeat;
		background-attachment: fixed; 
		background-position: center;
		font-family: arial, "lucida console", sans-serif; 
		font-size: medium;
		color: navy; 
		font-weight: bold;
		width: 770px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		border-style: void;
		padding-bottom: 20px;
	}

div.double {border-style: double}

div
	{
		border-color : blue;
	}

div.left
	{
		float:left;
		width:320px;
		margin:0;
	}

div.content
	{
		margin-left:120px;
	}

div.image
	{
		margin-left:195px;
		margin-right:auto; 	
	}
div.title
	{
		margin-left:38%;
		margin-right:auto; 
	}
div.middle
	{
		position:absolute;
		left:50%;

	}

div.contenta
	{
		color: red;
	}

#center
	{
		position: absolute; 
		left: 195px;
	}

#appear
	{
		display:none;
	}

a:link  { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover  { color: black; text-decoration: underline;}
a:active  { color: black; text-decoration: underline;}

.news 	a:link {color: FF0000; text-decoration: blink;}
.news	a:visited { color: FF0000; text-decoration: blink;}
.news	a:hover { color: black; text-decoration: none;}
.news	a:active { color: FF0000; text-decoration: blink;}


