﻿/*border tester
*{border-style: solid; border-width: 1px; border-color: lime;}
*/

body
{
	background-image: url(../image/bg_back.png);
	/*background-repeat: repeat-x;*/
	margin: 0px;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 11px;
	color: #656565;
	background-color: #828282;
	text-align: center;
}

form
{
	margin: 0px;
}

img
{
	border-style: none;
	border-width: 0px;
}

a
{
	text-decoration: none;
	color: brown;
}

a:hover
{
	text-decoration: none;
	color: Orange;
}

a:active
{
	text-decoration: none;
	color: red;
}