@charset "utf-8";
/* CSS Document */

a:link		{	
		text-decoration: none;
		color:#FF0000;
		}	
a:visited	{	
		text-decoration: none;
		color:#FF0000;
		}
a:hover		{	
		text-decoration: none;
		color:#FF0000;
		}
a:active	{	
		text-decoration: none;
		color:#FF0000;
		}
body 		{
		font-family: arial;
		font-size: 12px;
		text-align: center;
		}

img		{
		border-style: none;
		}

#content	{
		position: static;
		width: 934px;
		margin: auto;
		border: none;
		background color: #ffffff;
		}
