/* CSS Document */

body {
	margin-left:15%;
	margin-right:15%;
	background-image:url(assets/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	
}

p {
	color:#FFFFFF;
	text-align: center;
}

.nav {
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	font-size:1.5em;
	padding-bottom: .1em;
	
}

.bold {
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}

a {
	color:#006699;
	text-decoration:underline;
	
}
.contentbg {
	
	color:white;
}
a.speciallinks{
	color:#006699;
	text-decoration:underline;
	font-weight:bold;
}

.bg {
	border-bottom: solid 2px #303030;
}

.bannerbg {
	background-image:url(assets/metalscapelogo.png);
	background-repeat: no-repeat;
}
.nav a:active {
	color:#006699;
	text-decoration: none;		
	padding-top: 0;
}
.nav a:link {
	color:#FFFFFF;
	text-decoration: none;	
	padding-top: 0;
}
.nav a:visited {
	color:#FFFFFF;
	text-decoration: none;	
	padding-top: 0;
}
.nav a:hover {
	color:#006699;
	text-decoration: none;	
	padding-top: 0;
}
.nav a {
	margin-right: 10px;
	}
table {
	background-color:#000000;
}
.mac strong {
			 color: red;
			 }

td h1 {
	 font-size: 1.5em;
	 color: #006699;
	 }
h2 {
	 font-size: 1.3em;
	 color: #006699;
	 }
h3 {
	 font-size:1.2em;
	 color: #006699;
	 }

