/* By www.weevers.net */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

body {
	font: 12px  Verdana, Helvetica, sans-serif, Georgia,;
	color: black;
	background-color: #22262D;
}

font {
      line-height: 20px;
}


/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
table {
  width: 780px;
  margin: 20px auto;
  margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
/* border-color: #E5AA5C;
    border: 1px;*/
    background-color: #2E363B;
    color: #ffffff;
}

/* links */

a {
  color: #E5AA5C;
  text-decoration: none;
}

a:visited {
  color: #E5AA5C;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


/* Headers */



p{
font-size: 13px;
line-height: -5px;
padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;

	margin: 0;
	padding: 0;
}

h1 {
	font-size: 100%;
    color: #D44904;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}

/* anchors */



/* classes */

.clearBoth {
	clear: both;
}

/* img */

img {
	margin: 0;
	padding: 0;
	border: none;
}
