.style1 {color: #33CCFF}
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #33CCFF;
}
a:visited {
	text-decoration: none;
	color: #33CCFF;
}
a:hover {
	text-decoration: none;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}

.body {
	background-color: #000000;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33CCFF;
	font-weight: bolder;
	text-transform: capitalize;
	padding:20px 0px 0px 0px;
}
.mainTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.imgs {
	border: 2px solid #FFFFFF;
}
.brdrs {
	background-repeat: repeat-y;
}
.brdrs2 {
	background-repeat: repeat-x;
	background-position: bottom;
}
.img2 {
	border: 5px solid #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
}
