﻿body {

	background-color: #000;
	color: #fff;
	font-family: arial;
	text-align: left;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

h2 {

	width: 530px;
	height: 45px;
	color: #000;
	font-size: 18px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-left: 10px;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}