@charset "utf-8";

/* CSS Document */

body {

	background-color: #069;
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(http://bitestechnology.com/images/bg.jpg);
	background-attachment:fixed;

}

body a:link {text-decoration: underline; color:#333; font-weight:bold;}
body :visited {text-decoration: underline; color:#333; font-weight:bold;}
body a:active {text-decoration: underline; color:#333; font-weight:bold;}
body a:hover {text-decoration: underline; color:#333; font-weight:bold;}

.footer {
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size:10px;
}


.top_nav {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCC;
}

.top_nav a:link {text-decoration: none; color:#FFF; font-weight:bold;}
.top_nav :visited {text-decoration: none; color:#FFF;font-weight:bold;}
.top_nav a:active {text-decoration: none; color:#FFF;font-weight:bold;}
.top_nav a:hover {text-decoration: underline; color:#FFF;font-weight:bold;}

.content {}
.blog_titles{font-size:24px;}
.blog_date {font-weight:bold;}
.body_space {margin-left:10px; margin-right:10px; margin-top:13px; margin-bottom:13px;}
.body_header {margin-top:-02px;}
.body_format {;}

/*Image Borders */
.img_style {
   padding:1px;
   border:1px solid #021a40;
   background-color:#ff0;
}



