/* CSS for Learnbot Website*/
body {
	background-image: url(images/bkgd.jpg);
	background-color: #abe6f2;
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	text-align: left;
	margin-left: 0px;
	margin-top: 60px;
	}
		
#menu {
		background-image:url(images/menu_bkgd.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#001958;
		}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left:20px;
		margin-top:10px;
		}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right:50px;
	margin-left:20px;
	}

.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333366; margin-left:3px; margin-top: 10px; margin-bottom:10px;}

.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #81D0E6;}

.style8 {font-family: Arial, Helvetica, sans-serif}

.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:link {
	color: #81D0E6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B8CB9;
}
a:hover {
	text-decoration: underline;
	color: #3B8CB9;
}
a:active {
	text-decoration: none;
	color: #FF9966;
}
highlight {
	background-attachment: fixed;
	background-color: #FFFF99;
	background-repeat: no-repeat;
	color: #000000;
}
.highlight {
	background-color: #FFFF99;
}
