/* CSS Document */

body {
	background-image: url(http://myapp.nerdalchemy.com/images2/bgpng.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
}
.img1 {max-width:100%;
		padding:1px;
   border:1px solid #000000;
}
.himg {max-width:100%;
		padding:10px;
}
H1 {
	color: #F6D637;
}
body,td,th {
	color: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
a:link {
	color: #edd649;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #edd649;
}
a:hover {
	text-decoration: underline;
	color: #edd649;
}
a:active {
	text-decoration: none;
	color: #edd649;
	font-size: 12px;
}
.smalltxt {font-size:12px;
}
.img1 {max-width:100%;
height:auto;
		padding:1px;
   border:1px solid #CCC;
}
input[type=text]:focus, input[type=password]:focus{ 
	border:2px solid #000; background-color:#F8DE5C;
}

