html
{
	background-color: #000000;
	border-top: 10px solid #555555;
	font-family:"Myriad Pro", Verdana, Arial, Sans-Serif;
	font-size:12px;
	color: #f5f5f5;
	line-height: 24px;
}

body
{
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	font-family:"Myriad Pro", Verdana, Arial, Sans-Serif;
	font-size:12px;
	color: #f5f5f5;
	line-height: 24px;
}

/* Links */

/* a { border-bottom: 1px dotted transparent; } */

a:link {
	color:#699;
	text-decoration: none;
	border-bottom-color: #f5f5f5;
}

a:visited {
	color: #FFCC99;
	text-decoration: none;
	border-bottom-color: #f5f5f5;
}

a:hover, a:active {
	color: #f5f5f5;
	border-bottom: 1px solid #FF3300;
}

.alink {
	border: none;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { margin: 5px 0 10px; padding: 0;}

h1, h2, h3, h4, h5 {color: #FFCC99;}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul, ol, blockquote, pre
{
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre {
	background-color: #999999;
	border: 5px solid #bbccdd;
	color: #333;
}

.blockquote
{
	background-color: #333;
	color: #f5f5f5;
}

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

table, tr, td
{
	padding: 10px;
}

#container
{
	width: 820px;
	margin: 0 auto;
}

/* Class */

.copyright
{
	font-size:11px;
}