/* Copyright 2010 World Metal Alliance */

/* Normal, standard links. */
a:link
{
	color: #B59463;
	text-decoration: none;
}
a:visited
{
	color: #FF0000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.two:link
{
	color: #B59463;
	text-decoration: none;
	font-size: 9px;
}
a.two:visited
{
	color: #FF0000;
	text-decoration: none;
	font-size: 9px;
}
a.two:hover
{
	text-decoration: underline;
	font-size: 9px;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #777777;
	text-decoration: none;
}
a.nav:hover
{
	color: #B59463;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* World Metal Alliance body copy */
body, td
{
font-family: Verdana;
background-color: #000000;
color: #F9F9F9;
text-decoration: none;
word-spacing: normal;
text-align: justify;
letter-spacing: 0;
line-height: 18px;
font-size: 11px;
}
/* World Metal Alliance subheads */
h1
{font-family: Verdana;
background-color: #000000;
color: #F9F9F9;
text-decoration: none;
word-spacing: normal;
text-align: justify;
letter-spacing: 0;
line-height: 22px;
font-size: 20px;
}

/* World metal Alliance main body */
body
{
	background-color: #000000;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

