﻿html, body, a, h1, h2, h3, h4, p, ul, li, form, input, textarea, div, table, th, td {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

html { margin-bottom: 0.1px; }

body, html {
	height: 100%;
}

body {
background: url(images/bg.jpg) repeat-x #01151c;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #CCC;
}

a {
	color: #336699;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #CCC;
}
