
body, p, h1, h2, h3, h4, h5, ul, li, table, form, dd, dl, dt
{
   	margin	: 0;
	padding : 0;
	border	: none;
}

body
{
	background-color :#000;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	color       : #6a6b6b;
	background-image:url(../images/bg_page.png);
	background-repeat:no-repeat;
}

img 	{ border : none; }
a {outline:none;}

h2{
	color:#f2e398;
	font-size:48px;
	font-weight:normal;
}

.content p{
	padding-bottom:15px;
	line-height:150%;
}

.content a{
	color:#6a6b6b;
	text-decoration:none;
}

.content a:hover{
	text-decoration:underline;
}


strong{
	color:#adadad;
	font-size:13px;
	font-weight:normal;
}