/*
<!--
Design by Graphixville
http://www.graphixville.com
-->
*/

* {
	margin: 0;
	padding: 0;
}

body {
    background-position:Top Center;
    background-repeat:no-repeat;
    background-attachment:fixed;
  	margin: 20px 0;
	background: #000000 url(images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

h2 {
}

h3 {
	font-weight: bold;
}

p {
}


ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #00c6ff;
}

a:hover {
	text-decoration: none;
	color: #00ff5a;
}

img {
	border: none;
}